Documentation - v0.0.0
    Preparing search index...

    Interface NodeModulesCacheStoreOptions

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

    Properties

    Properties

    cwd?: string

    Current working directory to consider as root.

    process:cwd

    name: string

    Store name.

    "my-simple-store"