Skip to main content
Module

x/kv_toolbox/blob_util.ts>BLOB_META_KEY

Utilities for working with Deno KV 🦕🗝️
Go to Latest
variable BLOB_META_KEY
import { BLOB_META_KEY } from "https://deno.land/x/kv_toolbox@0.17.0/blob_util.ts";

If there is meta data associated with a blob entry, like for something that was originally a Blob or File, then this will be set as a sub-key of that blob key with a value of the meta data.

type

"__kv_toolbox_meta__"