UNPKG

@itwin/itwins-client

Version:

iTwins client for the iTwin platform

22 lines 961 B
/*--------------------------------------------------------------------------------------------- * Copyright (c) Bentley Systems, Incorporated. All rights reserved. * See LICENSE.md in the project root for license terms and full copyright notice. *--------------------------------------------------------------------------------------------*/ /** @docs-package-description * The itwins-client package provides a means of interfacing with services relating to iTwins. */ /** * @docs-group-description iTwinsClient * Classes for communicating with the iTwins service. */ // Main client exports export * from "./iTwinsClient.js"; // Type exports export * from "./types/CommonApiTypes.js"; export * from "./types/ITwin.js"; export * from "./types/Repository.js"; export * from "./types/ITwinExport.js"; export * from "./types/ITwinImage.js"; export * from "./types/ITwinsQueryArgs.js"; export * from "./types/links.js"; //# sourceMappingURL=itwins-client.js.map