Session
import { Session } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/mod.ts";
Decorator
Injects the session object from a request. Modifications to the session will be automatically saved when the request finishes.
@Session() Target: Method parameter
const Session: () => Function;