Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/alosaur/src/security/session/src/session.instance.ts>Session#get

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

returns of value from store in current store

Parameters

key: string

Returns

Promise<T>