/*! * 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 --outFileBeta beta --outDir ./dist" in @fluid-tools/build-cli. */ /** * The **tinylicious-client** library provides a simple and powerful way to consume collaborative Fluid data with the * Tinylicious service. * * The Tinylicious service is a local, in-memory Fluid service intended for prototyping and development purposes. * * See {@link https://fluidframework.com/docs/testing/tinylicious/} * * @packageDocumentation */ export { // #region @public APIs CompatibilityMode, ITinyliciousAudience, TinyliciousClient, TinyliciousClientProps, TinyliciousConnectionConfig, TinyliciousContainerServices, TinyliciousMember, TinyliciousUser // #endregion } from "./index.js";