Skip to main content
Module

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

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Go to Latest
function hasKvEntry
import { hasKvEntry } from "https://deno.land/x/fathym_common@v0.2.147-integration/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.