UNPKG

@nlabs/arkhamjs-storage-browser

Version:

Browser storage for ArkhamJS with enhanced performance and modern ESNext features

8 lines (7 loc) 241 B
/** * Copyright (c) 2018-Present, Nitrogen Labs, Inc. * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms. */ import * as lib from './lib/index.js'; export default lib; export * from './lib/index.js';