c8js
    Preparing search index...

    Variable commandsConst

    commands: { node: Promise<string>; npm: Promise<string>; npx: Promise<string> }

    Common commands for c8js.

    Type declaration

    • Readonlynode: Promise<string>

      A new promise that resolves to the path of node.

    • Readonlynpm: Promise<string>

      A new promise that resolves to the path of npm.

    • Readonlynpx: Promise<string>

      A new promise that resolves to the path of npx.