Helpers and utilities missing from JavaScript. Written in Typescript for extended typing support and other goodness.
| Module | Description |
|---|---|
| Is | checking apresence of values, numbers and things |
| Assert | asserting presence of values, numbers and things |
| Collection | data structure implementation: linked list, map |
| Coord | 2D and 3D coordinate operations |
| Math2 | extends on standard Math |
| String | string manipulation and formatting |
| Util | whats left and too small for own module |
| Value | generating unique and counting values |
- unit tests using jasmine
- test automation