UNPKG

@slck/utils

Version:

utils library - Utility functions for common development.

42 lines (34 loc) 845 B
# utils utils library - Utility functions for common development. # Installation ```bash npm i @slck/utils --save ``` # Methods - isNullOrUndefined - isDate - isObject - isEmpty - isEmptyInDepth - hasValidLength - isNullOrUndefinedEmpty - leadZeroForMonthOrDay - daysTimeFromSeconds - objectNonShadowCopy - remainingDaysHoursFormTwoDates - toCamelCaseKeys - objectDifferenceByProps - genericObjectTypeFn - compareObjectArraysWithTypeSafe - shiftToFristWith - checkObjectPropValueExistsInCollection - convertMinutesToTimeText - firstLetterFromString - constructTreeRecursively - trimObjectValues - hasValidDateFn - generateRandomColorFn # Types - GenericObjectType - ErrorType - EndpointConfig