UNPKG

flash-store

Version:

FlashStore is a Key-Value persistent storage with easy to use ES6 Map-like API(both Async and Sync support), powered by LevelDB and TypeScript.

9 lines 340 B
import { log } from 'brolog'; import { VERSION } from './version'; /// <reference path="./typings.d.ts" /> // https://github.com/Microsoft/TypeScript/issues/14151#issuecomment-280812617 if (!Symbol.asyncIterator) { Symbol.asyncIterator = Symbol.for('Symbol.asyncIterator'); } export { log, VERSION, }; //# sourceMappingURL=config.js.map