Module

x/alosaur/security.ts>MemoryStore#setValue

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
method MemoryStore.prototype.setValue
import { MemoryStore } from "https://dotland.deno.dev/x/alosaur@v0.37.0/security.ts";

Parameters

sid: string
key: [keyof T] | any
value: any

Returns

Promise<void>