Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Session

class Session {
constructor(props: {
fs?: FileSystem;
type: string;
username: string;
}
);
type: string;
username: string;
 
destroy(): Promise<void>;
}

§Constructors

§
new Session(props: {
fs?: FileSystem;
type: string;
username: string;
}
)
[src]

§Properties

§
type: string
[src]
§
username: string
[src]

§Methods

§
destroy(): Promise<void>
[src]