Skip to main content
Module

x/alosaur/security.ts>MemoryStore#getValue

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

Parameters

sid: string
key: [keyof T] | any

Returns

Promise<T>