UNPKG

113 BTypeScriptView Raw
1declare const indexedDB: {
2 cmp: Function;
3 deleteDatabase: Function;
4 open: Function;
5};
6export = indexedDB;