Package Exports
- js_utility_fns
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (js_utility_fns) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
what is this ?
Get Javascript Utility Methods To Save Duplication Of Code In Your Project.
Null Check
isNullCheck : This method will return true/false after checking the value.
Empty Check
isEmpty : This method will return boolean value after checking the string.
Null or Undefined Check
isNullOrUndefined : This method will return boolean after check the null/undefined