Skip to main content
Extremely Popular
Go to Latest
method KwikTable.prototype.findOne
Re-export
import { KwikTable } from "https://deno.land/x/discordeno@13.0.0-rc45/template/beginner/deps.ts";

Gets the first document from a table that match a filter

Parameters

filter: Record<string, unknown> | ((value: T) => boolean)