Session
class Session {}
constructor(props: {
crypto: Crypto.Implementation;
storage: Storage.Implementation;
fs?: FileSystem;
type: string;
username: string;
});§Constructors
§
new Session(props: {
[src]crypto: Crypto.Implementation;
storage: Storage.Implementation;
fs?: FileSystem;
type: string;
username: string;
})§Properties
§
fs: FileSystem
[src]