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

Deletes one document in a table that match a filter

Parameters

filter: Partial<T> | ((value: T) => boolean)