Skip to main content
Module

x/aleph/server/session.ts>SessionImpl#update

The Full-stack Framework in Deno.
Very Popular
Go to Latest
method SessionImpl.prototype.update
import { SessionImpl } from "https://deno.land/x/aleph@1.0.0-beta.1/server/session.ts";

Parameters

store: StoreType | ((prev: StoreType | undefined) => StoreType)

Returns

Promise<string>