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

Parameters

key: string
value: Schema
optional
options: { expiresIn?: string; expiresAt?: Date; metadata?: Record<string, unknown>; }