1.0.1 • Published 2 years ago

str-prefixer v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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

1.0.1

2 years ago

1.0.0

2 years ago