Skip to main content
Go to Latest
method Store.prototype.update
import { Store } from "https://deno.land/x/darkflare@v5.1.0/mod.ts";

Parameters

key: string
value: Schema extends object ? PartialKey<Schema> : string

Returns

Promise<Schema | undefined>