Skip to main content
Module

x/alosaur/src/security/session/src/store/memory.store.ts>MemoryStore#get

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

Parameters

sid: string

Returns

Promise<T | StringKeyObject | undefined>