1.0.2 • Published 11 months ago

yetanotherpad v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

Usage

let pad = require("yetanotherpad")

function test(){
    [
        pad.left("hello", 10, '-');      // -----hello
        pad.right("hello", 10, '-');     // hello-----
        pad.left('test', 10, '1234');    // 111111test
        pad.right('test', 10, '1234');   // test111111
    ]
    .forEach((x)=>console.log(x))
}    
1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago