@fgv/ts-extras
v4.0.2
Published
Assorted Typescript Utilities
Downloads
10,757
Readme
Summary
Assorted less-developed or more specialized odds-and-ends borrowed from one project or another - much less polished and more likely change or disappear:
- ExtendedArray<T> - adds a few useful operations to the built-in Array
- Formattable<T> - simple helpers to create mustache wrappers for objects and make them easily printable
- Logger - A very basic logger suitable for hobby projects
- RangeOf<T> - Generic open or closed ranges of orderable items (numbers, dates, etc)
Installation
With npm:
npm install @fgv/ts-extras
API Documentation
Extracted API documentation is here.