Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fathym_common/src/deno-kv/hasKvEntry.ts>hasKvEntry

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Latest
function hasKvEntry
import { hasKvEntry } from "https://deno.land/x/fathym_common@v0.2.160/src/deno-kv/hasKvEntry.ts";

Determine if a key exists in a Deno.Kv instance.

Parameters

denoKv: Deno.Kv

The Deno.Kv instance.

The key to check for existence.

Returns

Promise<boolean>

true if the key exists, false otherwise.