vlad 6f123ff03e 18.07 | 6 yıl önce | |
---|---|---|
.. | ||
index.js | 6 yıl önce | |
license | 6 yıl önce | |
package.json | 6 yıl önce | |
readme.md | 6 yıl önce |
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