inpm

0.1.0 • Public • Published

inpm in npm?

Checks if the given module name is present in npm registry.

Example:

 
var $ = require('inpm');
 
$('foooof', function(found){
    if (found) {
        console.log("Found in npm registry");
    } else {
        console.log("Not found in npm registry");
    }
});
 

/inpm/

    Package Sidebar

    Install

    npm i inpm

    Weekly Downloads

    4

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • hemanth