interface NodeModulesCacheStoreOptions {
    cwd?: string;
    name: string;
}

Properties

Properties

cwd?: string

Current working directory to consider as root.

process:cwd

name: string

Store name.

"my-simple-store"