1.0.2 • Published 4 years ago

@gupta_anesh/mypackage v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

@gupta_anesh/mypackage

This is a NodeJs library used for removing all spaces in a string.

Installation

Use the package manager npm to install @gupta_anesh/mypackage.

npm install @gupta_anesh/mypackage

Usage

const mypackage = require('@gupta_anesh/mypackage')

// returns 'So much space !'
const str = "So much space !"

// returns 'Somuchspace!'
mypackage.tiny(str);

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago