@itwin/imodels-client-authoring
Version:
iModels API client wrapper for applications that author iModels.
9 lines • 504 B
JavaScript
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
export * from "./base/types";
export * from "./base/internal";
export * from "./operations";
export * from "./IModelsClient";
//# sourceMappingURL=index.js.map