Package Exports
- @ch1/utility
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 (@ch1/utility) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
CH1 Utility
This is not well maintained
Installation
yarn add @ch1/utility
Interfaces
Dictionary<T>
Functions
arrToObjcreateBetween(random: () => number) => () => numberdeepFreezefindCaseInsensitivePropInObjhasPropisBooleanidentityisFunctionisNaNisNumberisNullisObjectisStringisUndefinednooppartialpluckobjEachobjFilterobjReducetoGtZeroIntMaxtoInttoIntArraytoIntArrayMaxtoIntArrayMintoIntBetweenOptionaltoIntMaxtoIntMintoStringtoStringArraytoStringArrayMaxtoStringMaxunzipzip
const between = createBetween(Math.random.bind(Math));
const randomNumber = between(0, 100); // inclusive due to Math.random