Module

x/alosaur/security.ts>Session#get

Alosaur - Deno web framework with many ES Decorators
Very Popular
Latest
method Session.prototype.get
import { Session } from "https://dotland.deno.dev/x/alosaur@v1.1.1/security.ts";

returns of value from store in current store

Parameters

key: string

Returns

Promise<T>