// Same as `mod.ts`, but with the SQLite adapter pre-imported. import "./_dnt.polyfills.js"; import './adapters/sqlite.js'; export { StorageArea, DenoStorageArea } from './mod.js'; export type { DenoStorageAreaOptions, AllowedKey, Key, DBProtocol, DB_URL } from './mod.js'