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.

4 lines (3 loc) 93 B
import { log } from 'brolog'; import { VERSION } from './version'; export { log, VERSION, };