ts-powertools
v0.0.5
Published
Collection of typescript tools
Downloads
14,039
Maintainers
Readme
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.
Install
npm install ts-powertools
Api
Object types
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
Version history
See changelog