@sefasungur/padder

1.0.3 • Public • Published

@sefasungur/padder

@sefasungur/padder is a NodeJs library for dealing with text processing.

Installation

Use the package manager npm to install @sefasungur/padder

npm install @sefasungur/padder

Usage

const padding = require("@sefasungur/padder").default;
const {leftpad} = padding;
console.log(leftpad("text",14," "));

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

Package Sidebar

Install

npm i @sefasungur/padder

Homepage

www.sefa.dev

Weekly Downloads

10

Version

1.0.3

License

ISC

Unpacked Size

2.72 kB

Total Files

9

Last publish

Collaborators

  • sefasungur