UNPKG

@slck/utils

Version:

utils library - Utility functions for common development.

47 lines 1.03 kB
{ "name": "@slck/utils", "version": "4.3.1", "type": "commonjs", "license": "MIT", "publishConfig": { "access": "public" }, "author": { "name": "Chandra Sekhar A", "email": "chandru9052@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/chandru415/slck-ts.git" }, "bugs": { "url": "https://github.com/chandru415/slck-ts/issues" }, "homepage": "https://github.com/chandru415/slck-ts", "keywords": [ "utils", "functions", "typescript", "javascript", "angular", "node", "react", "isNullOrUndefined", "isDate", "isObject", "isEmpty", "toCamelCaseKeys", "objectDifferenceByProps", "compareObjectArraysWithTypeSafe", "shiftToFristWith", "checkObjectPropValueExistsInCollection", "convertMinutesToTimeText", "firstLetterFromString", "constructTreeRecursively", "EndpointConfig", "trimObjectValues", "hasValidDateFn" ], "types": "./src/index.d.ts", "main": "./src/index.js" }