@khaidev1012/funcs
v0.1.4
Published
A Package that synthesis of utility functions
Downloads
16
Maintainers
Readme
funcs
For more information, visit funcs.js.org
Install
# via npm
$ npm install @khaidev1012/funcs --save
# via yarn
$ yarn add @khaidev1012/funcs
Usage
import { getBytes } from "@khaidev1012/funcs";
// or const { getBytes } = require('@khaidev1012/funcs');
console.log(getBytes(1024)); // 1.00 KB
Functions
duration
fetchWithTimeout
firstUpperCase
formatTimeMs
getBytes
getMemory
hexToInt
hexToRgb
intToHex
isArray
isBoolean
isFunction
isNull
isNumber
isObject
isPromise
isString
isUndefined
isUrl
percentage
randomInt
randomKey
readFiles
rgbToHex
shuffle
wait
Classes
Timer