@jswork/next-npm-installed

Check if npm package installed.

Usage no npm install needed!

<script type="module">
  import jsworkNextNpmInstalled from 'https://cdn.skypack.dev/@jswork/next-npm-installed';
</script>

README

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.