@khaidev1012/funcs
v0.1.4
Published
A Package that synthesis of utility functions
Maintainers
Readme
funcs
For more information, visit funcs.js.org
Install
# via npm
$ npm install @khaidev1012/funcs --save
# via yarn
$ yarn add @khaidev1012/funcsUsage
import { getBytes } from "@khaidev1012/funcs";
// or const { getBytes } = require('@khaidev1012/funcs');
console.log(getBytes(1024)); // 1.00 KBFunctions
durationfetchWithTimeoutfirstUpperCaseformatTimeMsgetBytesgetMemoryhexToInthexToRgbintToHexisArrayisBooleanisFunctionisNullisNumberisObjectisPromiseisStringisUndefinedisUrlpercentagerandomIntrandomKeyreadFilesrgbToHexshufflewait
Classes
Timer
