@leftpad-rs/core
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

leftpad-rs

Why bother making your own left padding function in like 2 minutes when you can instead download this awesome library that gives you the most 🔥 blazingly fast 🔥 left-padding code out there. Want to use TypeScript? You can! thanks to the amazing work the folks over at napi-rs do!

If you haven't already, first install Rust, since this package relies on a rust binary to deliver those indredulously quick leftpads.

Install this package like so:

npm install @leftpad-rs/core

To use it, simply write:

import { leftpad } from "@leftpad-rs/core";

console.log(leftpad("Hello World!", 5));
//     Hello World!

The function takes in three arguments:

  • input (required): The string to leftpad
  • length (required): The number of spaces to leftpad by, must be a positive number
  • pattern: The pattern to repeat by, default is a whitespace " ", can be any string

Versions

Current Tags

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

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    1
  • 1.0.4
    0
  • 1.0.2
    0

Package Sidebar

Install

npm i @leftpad-rs/core

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

11.1 kB

Total Files

8

Last publish

Collaborators

  • ashley-lizbeth
  • an26k