Interface BoundContextExperimental

Allows you to restrict operations to a specific root path and set of credentials.

interface BoundContext {
    credentials: Credentials;
    fs: fs;
    root: string;
}

Hierarchy (View Summary)

Properties

Properties

credentials: Credentials
fs: fs
root: string