@itwin/core-backend
Version:
iTwin.js backend components
8 lines • 572 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 { IModelJsNative, NativeCloudSqlite, NativeLoggerCategory } from "@bentley/imodeljs-native";
export { IModelNative } from "./NativePlatform";
export { _nativeDb, } from "./Symbols";
//# sourceMappingURL=cross-package.js.map