hasNpx function

bool hasNpx(
  1. IShell shell
)

True if the current Shell has a reference to npx

since 0.0.1

Implementation

bool hasNpx(IShell shell) => hasCommand(shell, 'npx');