@microsoft/kiota-abstractions
Version:
Core abstractions for kiota generated libraries in TypeScript and JavaScript
16 lines • 788 B
TypeScript
/**
* -------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License.
* See License in the project root for license information.
* -------------------------------------------------------------------------------------------
*/
export * from "./backedModel.js";
export * from "./backingStore.js";
export * from "./backingStoreFactory.js";
export * from "./backingStoreParseNodeFactory.js";
export * from "./backingStoreSerializationWriterProxyFactory.js";
export * from "./inMemoryBackingStore.js";
export * from "./inMemoryBackingStoreFactory.js";
export * from "./backedModelProxy.js";
export * from "./backingStoreUtils.js";
//# sourceMappingURL=index.d.ts.map