Skip to main content
Module

x/kvdex/mod.ts>KvValue

High-level abstraction layer for Deno KV 🦕📁
Go to Latest
type alias KvValue
import { type KvValue } from "https://deno.land/x/kvdex@v0.18.5/mod.ts";
definition:
| undefined
| null
| string
| number
| boolean
| bigint
| Int8Array
| Int16Array
| Int32Array
| BigInt64Array
| Uint8Array
| Uint16Array
| Uint32Array
| BigUint64Array
| Uint8ClampedArray
| Float32Array
| Float64Array
| ArrayBuffer
| Date
| Set<KvValue>
| Map<KvValue, KvValue>
| RegExp
| Error