UNPKG

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