@ch1/utility
Version:
Utility functions I end up adding to all my projects
69 lines (50 loc) • 661 B
Markdown
# CHANGE LOG
## 0.8.0
- toIntArray
- toIntArrayMax
- toIntArrayMin
- toStringArray
- toStringArrayMax
## 0.7.0
- arrToObj
- deepFreeze
- findCaseInsensitivePropInObj
- hasProp
- isBoolean
- partial
- pluck
- objEach
- objFilter
- objReduce
- toGtZeroIntMax
- toInt
- toIntBetweenOptional
- toIntMax
- toIntMin
- toString
- toStringMax
- unzip
- zip
## 0.6.0
- Export commonjs
## 0.5.1
- Export types properly
## 0.5.0
- ES6 build/package
- no more Tsickle
## 0.4.0
- Tsickle build/package
## 0.3.0
- identity
- isFunction
- isNaN
- isNumber
- isNull
- isObject
- isString
- isUndefined
## 0.2.0
- createBetween
## 0.1.0
- noop
- Dictionary<T>