remove-scope
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Remove the @scope part from given string

Build Status

How it works

npm install remove-scope --save
const removeScope = require('remove-scope').removeScope

removeScope('@package/test-name');
// => 'test-name'

Package Sidebar

Install

npm i remove-scope

Weekly Downloads

5

Version

1.0.2

License

ISC

Last publish

Collaborators

  • matthiaskomarek