UNPKG

@nlabs/arkhamjs-storage-browser

Version:

Browser storage for ArkhamJS

8 lines (7 loc) 231 B
/** * Copyright (c) 2018-Present, Nitrogen Labs, Inc. * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms. */ const lib = require("./lib"); module.exports = lib; Object.assign(exports, lib);