1.0.1 • Published 2 years ago
str-prefixer v1.0.1
prefixer
Recursively prefix a character with the given text. npm install str-prefixer
const prefixer=require("str-prefixer") let str=prefixer("0","12345",8) //output 00012345
Recursively prefix a character with the given text. npm install str-prefixer
const prefixer=require("str-prefixer") let str=prefixer("0","12345",8) //output 00012345