@walts81/ts-tools
v1.1.7
Published
Typescript/Javascript Tool Library
Readme
TS-Tools
TS-Tools is a typescript library with various code helpers and implementations for kickstarting any TS project.
- 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