0.0.5 • Published 11 months ago

ts-powertools v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

author snyk downloads npm version license

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 of Object.keys
  • objectValues strongly typed version of Object.values
  • objectEntries strongly typed version of Object.entries
  • map maps an object
  • mapAsync maps an object asynchronously
  • reduceAsync reduces an array asynchronously

Version history

See changelog