2.0.0 • Published 2 years ago

@stepworks/tiny v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

tiny

A package to remove whitespace from a string and show how to create an NPM package.

npm (scoped) npm bundle size (scoped)

CI - Test

Authors

Install

$ npm install @stepworks/tiny

Usage

const tiny = require('@stepworks/tiny')

tiny('So much space!')
//=> Somuchspace!

tiny(1234)
//=> TypeError: Tiny wants a string!
//     at tiny (<anonymous>:3:40)
//     at <anonymous>:1:1

Testing

npm run test

Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

Please adhere to this project's Code of Conduct.

License

MIT

2.0.0

2 years ago

1.11.0

2 years ago

1.10.0

2 years ago

1.9.0

2 years ago

1.8.0

2 years ago

1.5.3

2 years ago

1.0.0

2 years ago

0.0.0

2 years ago