pkexist
v0.2.1
Published
**Install**
Readme
pkexist
Install
npm install -g pkexistUsage
shell
$ pkexist react uba teeeeeest返回信息:
teeeeeest: Congratulations, this package has't existed
react: Sorry, this package has existed
uba: Sorry, this package has existednode
var pkexist = require(pkexist);
pkexist('react');
// react: Sorry, this package has existed
pkexist('teeeeeest')
// teeeeeest: Congratulations, this package has't existed