It is a utility package intended to be used for doing common utilities..
npm install @uv-tech/utilThis is the source code of npm package @uv-tech/util. @uv-tech/util is intended to provide the utility functions which we need in JavaScript Development.
```
$ npm i @uv-tech/util
```
import uvArray from '@uv-tech/util/lib/uv-array';
import uvDevice from '@uv-tech/util/lib/uv-device';
import uvDevice from '@uv-tech/util/lib/uv-object';
import uvString from '@uv-tech/util/lib/uv-string';
import uvNumber from '@uv-tech/util/lib/uv-number';
- areArraysEqual
- getObjFromArray
- getTotal
- sort
- isMobileDevice
- scrollSmoothly
- getObjectByPath
- getAgeFromDate
- getRandomString
- isAlphanumeric
- isDate
- isNumber
- changeCurrencyFormat
- formatContactNumber
- getFactorial
MIT