1.0.2 • Published 4 years ago

@skivy71/utils v1.0.2

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

@skivy71/utils - helpful utility module

var utils = require('@skivy71/utils')

// or destructure as needed...

var { random, string, sys } = require('@skivy71/utils')

string.capitalise('hElLo, wORld') // Hello, world

string.pad('34342', '0', -4) // str, pad, len - len as minus, infers prepend

random.number(10, 3142) // anywhere between 10 and 3142, inclusive

await sys.wait(1000) // wait 1000 ms

number.ordinal(23) // 23rd
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago