isMissingNpm function

bool isMissingNpm(
  1. IShell shell
)

True if the current Shell does not have a reference to npm

since 0.0.1

Implementation

bool isMissingNpm(IShell shell) => isFalse(hasNpm(shell));