vlad 6f123ff03e 18.07 | il y a 6 ans | |
---|---|---|
.. | ||
index.js | il y a 6 ans | |
license | il y a 6 ans | |
package.json | il y a 6 ans | |
readme.md | il y a 6 ans |
Check if a string is a scoped npm package name
$ npm install --save is-scoped
const isScoped = require('is-scoped');
isScoped('@sindresorhus/df');
//=> true
isScoped('cat-names');
//=> false
MIT © Sindre Sorhus