hasNpm function

bool hasNpm(
  1. IShell shell
)

True if the current Shell has a reference to npm

since 0.0.1

Implementation

bool hasNpm(IShell shell) => hasCommand(shell, 'npm');