vlad 6f123ff03e 18.07 | vor 6 Jahren | |
---|---|---|
.. | ||
index.js | vor 6 Jahren | |
license | vor 6 Jahren | |
package.json | vor 6 Jahren | |
readme.md | vor 6 Jahren |
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