Package Exports
- @michaelcoxon/utilities
- @michaelcoxon/utilities/lib/Exceptions
- @michaelcoxon/utilities/lib/Utilities
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 (@michaelcoxon/utilities) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
utilities
Simple utility classes and function for JS and TypeScript
Check out the tests for a more doco too.
Also check out the project site for the api docs
npm i @michaelcoxon/utilitiesWhy
There are a few things in JavaScript that turn out be annoying to write every time. The idea behind this library is to provide some classes and functions that help with these issues.
The library is HEAVILY influenced by .Net so if you are familiar with the language/framework then this will help you a bit.