0.1.4 • Published 1 year ago

@khaidev1012/funcs v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

funcs

For more information, visit funcs.js.org

libraries dependency status libraries sourcerank Release date npm license

Install

NPM version NPM bundle size npm download

# 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
0.1.4

1 year ago

0.1.3

1 year ago

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.5

2 years ago

0.0.6

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago