UNPKG

@itwin/imodels-client-management

Version:

iModels API client wrapper for applications that manage iModels.

11 lines 563 B
/*--------------------------------------------------------------------------------------------- * 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 "./base/axios"; export * from "./operations"; export * from "./Constants"; export * from "./IModelsClient"; //# sourceMappingURL=index.js.map