This package has been deprecated

Author message:

Package no longer supported. Contact support@npmjs.com for more info.

npm-validate

1.0.0 • Public • Published

npm-validate

Build Status Code Coverage

Install

$ npm install npm-validate

Usage

const npmValidate = require('npm-validate');
 
npmValidate('my-famous-module').then(res=>{
  console.log(res);
  // => true
}).catch(err => {
  console.error(err);
})

API

npmValidate(name)

Returns a Promise for the string

name

Type: string

String to check

License

MIT © Samarth Verma

Package Sidebar

Install

npm i npm-validate

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • npm