Module

x/alosaur/security.ts>MemoryStore#getValue

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

Parameters

sid: string
key: [keyof T] | any

Returns

Promise<T>