1.1.0 • Published 4 years ago

dont-pad v1.1.0

Weekly downloads
-
License
GPL-3.0+
Repository
github
Last release
4 years ago

dont-pad

Does not pad the string.

  • Only has four five dependencies.
  • Written in an easily readable functional style.
  • Has a comprehensive test suite.
  • Is web scale.

Install

$ npm install dont-pad

Usage

const dontpad = require('dont-pad');

dontpad('foo');
// => "foo"

dontpad('foobar');
// => "foobar"

dontpad(1);
// => "1"

Legal Notice

dont-pad is not affiliated with Kik Interactive Inc, hereby referred to as "Kik". The author of the package requests any representatives from Kik to go in a corner and think about what they've done.

1.1.0

4 years ago

1.0.1

8 years ago

1.0.0

8 years ago