Skip to main content
Module

x/kv_toolbox/size_of.ts

Utilities for working with Deno KV 🦕🗝️
Latest
import * as kvToolbox from "https://deno.land/x/kv_toolbox@0.18.0/size_of.ts";

An internal module to estimate the byte size of a value.

Functions

Estimates the size, in bytes, of the V8 serialized form of the value, which is used to determine the size of messages being stored with Deno KV.