Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/alosaur/src/security/session/mod.ts>MemoryStore#getValue

Alosaur - Deno web framework with many ES Decorators
Very Popular
Latest
method MemoryStore.prototype.getValue
import { MemoryStore } from "https://deno.land/x/alosaur@v1.1.1/src/security/session/mod.ts";

Parameters

sid: string
key: [keyof T] | any

Returns

Promise<T>