UNPKG

fake-indexeddb

Version:

Fake IndexedDB: a pure JS in-memory implementation of the IndexedDB API

3 lines (2 loc) 77 B
declare const fakeIndexedDB: typeof indexedDB; export default fakeIndexedDB;