Skip to main content
Home

Built and signed on GitHub Actions

Utilities for working with Deno KV

This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
100%
Published
a month ago (0.1.4)

A module to obtain the byte size of a value.

Functions

f
estimateSize

Returns the size, in bytes, of the V8 serialized form of the value, which is used to determine the size of entries being stored in a Deno KV store.

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@deno/kv-utils

Import symbol

import * as mod from "@deno/kv-utils/estimate-size";
or

Import directly with a jsr specifier

import * as mod from "jsr:@deno/kv-utils/estimate-size";

Add Package

pnpm i jsr:@deno/kv-utils
or (using pnpm 10.8 or older)
pnpm dlx jsr add @deno/kv-utils

Import symbol

import * as mod from "@deno/kv-utils/estimate-size";

Add Package

yarn add jsr:@deno/kv-utils
or (using Yarn 4.8 or older)
yarn dlx jsr add @deno/kv-utils

Import symbol

import * as mod from "@deno/kv-utils/estimate-size";

Add Package

vlt install jsr:@deno/kv-utils

Import symbol

import * as mod from "@deno/kv-utils/estimate-size";

Add Package

npx jsr add @deno/kv-utils

Import symbol

import * as mod from "@deno/kv-utils/estimate-size";

Add Package

bunx jsr add @deno/kv-utils

Import symbol

import * as mod from "@deno/kv-utils/estimate-size";