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

x/kwik/table.ts>KwikTable#has

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

Check if a document exists

Parameters

id: string

Returns

Promise<boolean>