Skip to main content
Module

x/alosaur/security.ts>Session#get

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

returns of value from store in current store

Parameters

key: string

Returns

Promise<T>