UNPKG

@itwin/core-backend

Version:
8 lines 572 B
/*--------------------------------------------------------------------------------------------- * 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