Package Exports
- ts-powertools
- ts-powertools/dist/index.js
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 (ts-powertools) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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