1.0.5 • Published 6 months ago

left-tap v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

left-tap

left-tap is simple code for do tab more easily

Install

Install with npm:

$ npm install left-tap

Example

const inputString = "Hello, world!";
console.log(lefttap(inputString, 20)); 
                                                         Hello, world! (Add tap padding 8)
console.log(lefttap("Test", 10));      
                                                Test (Add tap padding 6) 
console.log(lefttap(123, 6));          
                             123 (Add tap padding 3)

Author

github.com/Rootpye

1.0.5

6 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago