Collection of strongly typed tools designed to provide type safe solutions for common problems.
This package is work in progress and semantic versioning is not yet guaranteed. If you use this package, please make sure to set explcit version number in your package json.
npm install ts-powertools
objectKeys
strongly typed version ofObject.keys
objectValues
strongly typed version ofObject.values
objectEntries
strongly typed version ofObject.entries
map
maps an objectmapAsync
maps an object asynchronouslyreduceAsync
reduces an array asynchronously
See changelog