Collection of typescript tools
npm install ts-powertools




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.
``shell`
npm install ts-powertools
- objectKeys strongly typed version of Object.keysobjectValues
- strongly typed version of Object.valuesobjectEntries
- strongly typed version of Object.entriesmap
- maps an objectmapAsync
- maps an object asynchronouslyreduceAsync` reduces an array asynchronously
-
See changelog