Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
method Store.prototype.update
import { Store } from "https://deno.land/x/darkflare@v5.0.3/Store.ts";

Parameters

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

Returns

Promise<Schema | undefined>