vlad 6f123ff03e 18.07 | %!s(int64=6) %!d(string=hai) anos | |
---|---|---|
.. | ||
index.js | %!s(int64=6) %!d(string=hai) anos | |
license | %!s(int64=6) %!d(string=hai) anos | |
package.json | %!s(int64=6) %!d(string=hai) anos | |
readme.md | %!s(int64=6) %!d(string=hai) anos |
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