1.0.13 • Published 3 years ago

awesome-js-utils v1.0.13

Weekly downloads
14
License
ISC
Repository
github
Last release
3 years ago

Javascript Utils.

Utildescription
useProxyUsed to replace undefined with some value when the key is not present in the object
sortObjectused to sort out the object by key and value either ascending or descending.
isArrayNotEmptyutil to check whether the variable passed is valid array and has some length
isObjectNotEmptyutil to check whether the variable passed is valid object and has some properties in it.
removeDuplicatesFromArrayutil to remove duplicates from array. Array can be of any time either only one data type or it can be array of many data types.
capitalizeStringCapitalize the first character of the word or words in a sentence.
joinClassNamesJoin two classnames based on data types.
getKeyValuesExtract multiple values for a particular keys from an object.

Using npm

npm i awesome-js-utils

Usage

using js utils

1.0.13

3 years ago

1.0.11

3 years ago

1.0.12

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago