UNPKG

@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.

10 lines 620 B
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 { bold, yellow } from "../../std@0.114.0/fmt/colors.js"; export { fromFileUrl, isAbsolute, join as joinPath, } from "../../std@0.114.0/path/mod.js"; //# sourceMappingURL=deps.js.map