lambda-left-pad

1.0.1 • Public • Published

lambda-left-pad

left-pad as a service

Usage

POST /?size=6
Content-Type: text/plain

foo

> 200 OK
> Content-Type: text/plain
> Content-Length: 6
>
>    foo
POST /?size=2&fill=0
Content-Type: text/plain

1

> 200 OK
> Content-Type: text/plain
> Content-Length: 2
>
> 01

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    1
  • 1.0.0
    0

Package Sidebar

Install

npm i lambda-left-pad

Weekly Downloads

1

Version

1.0.1

License

ISC

Last publish

Collaborators

  • floby