Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method LocalStore.prototype.set
import { LocalStore } from "https://deno.land/x/jwfetch@v1.2.0/src/store.ts";

Parameters

key: string
value: any
optional
options: { ttl: number; }