@worker-tools/deno-kv-storage
Version:
An implementation of the StorageArea (1,2,3) interface for Deno with an extensible system for supporting various database backends.
18 lines (17 loc) • 662 B
text/typescript
export * as base64 from "../../std@0.114.0/encoding/base64.js";
export * as hex from "../../std@0.114.0/encoding/hex.js";
export * as date from "../../std@0.114.0/datetime/mod.js";
export {
BufReader,
BufWriter,
} from "../../std@0.114.0/io/buffer.js";
export { copy } from "../../std@0.114.0/bytes/mod.js";
export { crypto } from "../../std@0.114.0/crypto/mod.js";
export { deferred, delay } from "../../std@0.114.0/async/mod.js";
export type { Deferred } from "../../std@0.114.0/async/mod.js";
export { bold, yellow } from "../../std@0.114.0/fmt/colors.js";
export {
fromFileUrl,
isAbsolute,
join as joinPath,
} from "../../std@0.114.0/path/mod.js";