1.1.7 • Published 2 years ago

@walts81/ts-tools v1.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

TS-Tools

TS-Tools is a typescript library with various code helpers and implementations for kickstarting any TS project.

Build Status Coverage Status NPM Version

  • Caching strategies utilizing IStorage
  • JavaScript LINQ implementations Now have their own npm pkg
  • Keyboard keycode helpers
  • Logging abstractions
  • Math.roundToNearest (rounding to nearest decimal place)
  • Natural sorting helper
  • Object/Array cloning
  • String formatters
  • String.isNullOrEmpty and String.isNullOrWhitespace
  • Value dirty-checking and revert helpers
  • ...and more

Installing TS-Tools

Install and add to dependencies:

npm install --save @walts81/ts-tools