Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/kwik/mod.ts>KwikTable#has

Kwik is a deno database using messagepack files.
Go to Latest
method KwikTable.prototype.has
Re-export
import { KwikTable } from "https://deno.land/x/kwik@v1.2.3/mod.ts";

Check if a document exists

Parameters

id: string

Returns

Promise<boolean>