Skip to content

afeiship/next-npm-installed

Repository files navigation

next-npm-installed

Check if npm package installed.

version license size download

installation

npm install -S @jswork/next-npm-installed

usage

import '@jswork/next-npm-installed';

nx.npmInstalled('mocha');   // false
nx.npmInstalled('gulp');    // true

license

Code released under the MIT license.