Skip to content

voltrevo/exists-on-npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exists-on-npm

Create a promise for whether an npm module exists

npm install --save exists-on-npm
'use strict';

var existsOnNpm = require('exists-on-npm');

existsOnNpm('zealous-octo-succotash').then(function(exists) {
  console.log(exists); // false (at time of writing)
});

About

Create a promise for whether an npm module exists

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published