Skip to main content
Module

x/alosaur/security.ts>MemoryStore#get

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

Parameters

sid: string

Returns

Promise<T | StringKeyObject | undefined>