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

0.0.2 • Public • Published

frontol

Add zero (re: nol) in front data, like 314 -> 0314

npm install
yarn install
import frontol from "frontol";

const num = 314;

frontol(num, 1);
// 0314

frontol(num, 3);
// 000314

Readme

Keywords

none

Package Sidebar

Install

npm i frontol

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

798 B

Total Files

5

Last publish

Collaborators

  • morizkay