npm-name-exists
v1.0.4
Published
Check if a name exists on npm
Downloads
20
Maintainers
Readme
npm-name-exists
This package is almost identical to npm-name, but it's very lightweight cause it doesn't use lodash.
Install
npm install npm-name-existsUsage
const exists = require('npm-name-exists')
await exists('fs') //=> true
await exists('miny') //=> true
await exists('my-dope-new-package') //=> falseLicense
MIT
Author
| |
| --------------------------------- |
| Pablo Varela |
