pad-thai
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

Pad Thai

GitHub Workflow Status for Node.js Libraries.io dependency status for latest release Codacy grade Codacy coverage npm NPM

Pad Thai

Image CC BY-SA 3.0

Yum.

Install

$ npm install pad-thai

Usage

const { padThai, padThaiStart, padThaiEnd } = require('pad-thai');

console.log(padThai(' Hello World ', 21)); // prints "thai Hello World thai"
console.log(padThaiStart(' Hello World', 16)); // prints "thai Hello World"
console.log(padThaiEnd('Hello World ', 16)); // prints "Hello World thai"

Why?

I was hungry and bored one night.

Readme

Keywords

none

Package Sidebar

Install

npm i pad-thai

Weekly Downloads

5

Version

1.1.0

License

MIT

Unpacked Size

153 kB

Total Files

26

Last publish

Collaborators

  • giodamelio