/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ /* * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist" in @fluid-tools/build-cli. */ /** * The `map` library provides interfaces and implementing classes for map-like distributed data structures. * * @remarks The following distributed data structures are defined in this library: * * - {@link SharedMap} * * - {@link SharedDirectory} * * @packageDocumentation */ export { // #region @legacyPublic APIs IDirectory, IDirectoryEvents, IDirectoryValueChanged, IValueChanged, // #endregion // #region @legacyBeta APIs DirectoryFactory, FluidMapLegacy, ICreateInfo, IDirectoryDataObject, IDirectoryNewStorageFormat, ISerializableValue, ISharedDirectory, ISharedDirectoryEvents, ISharedMap, ISharedMapBeta, ISharedMapEvents, MapFactory, SharedDirectory, SharedMap // #endregion } from "./index.js";