1.0.2 • Published 2 years ago

@pastaboss/web-utils v1.0.2

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

Web-Utils

Helpful TS/JS utilities

example

import { Utils } from @pastaboss/web-utils 

Utils.strings.replaceUnderscore('my_string');

//result: 'my string' 

Utils.strings.removeUnderscore('my_string');

//result: 'mystring' 

or:

console.log(Utils.numbers.multiplyDecimals(0.1, 0.1));
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago