UNPKG

274 BPlain TextView Raw
1// Same as `mod.ts`, but with the SQLite adapter pre-imported.
2import "./_dnt.polyfills.js";
3
4import './adapters/sqlite.js';
5export { StorageArea, DenoStorageArea } from './mod.js';
6export type { DenoStorageAreaOptions, AllowedKey, Key, DBProtocol, DB_URL } from './mod.js'