JSPM

ts-powertools

0.0.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2073
  • Score
    100M100P100Q118913F
  • License MIT

Collection of typescript tools

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

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