General node js utils library.
Currently supported utils:
getArrayHasIntersect
- checks if arrays have at least one common valuegetArrayUniq
- gets unique values form arrayisEmpty
- Checks if value is an empty object, collection, map, or setisNil
- checks whenever value is null or undefinedisPlainObject
- checks if input is object, not null object and not array objectpick
- provides new object that picks only specific fields of source objectpickBy
- provides new object that picks only specific fields of source object depending on predicate function filtercamelize
- simple camel case