1.0.3 • Published 3 years ago

@cangokceaslan/padder v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Padder

@cangokceaslan/padder is a simple partly developed package that will be updated in the future and released for educational purposes

Installation

Use the package manager npm to install padder.

npm install @cangokceaslan/padder

Usage

const App = require("@cangokceaslan/padder");

const { leftpad } = App

console.log(leftpad("test", 10, " "))

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