@itwin/object-storage-core
Version:
Core generic object storage interfaces
11 lines • 568 B
JavaScript
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.FrontendStorage = void 0;
class FrontendStorage {
}
exports.FrontendStorage = FrontendStorage;
//# sourceMappingURL=FrontendStorage.js.map
;