Datatypes for TypeScript

Additional datatypes for JavaScript.
Introduction
This module provides useful types that are a common in of other programming languages, but are not included in core JavaScript/TypeScript.
Installation
yarn add @verticalstrategy/datatypes
Types
Interfaces
ToPlain | Classes that can export to a JSON-able JS type |
FromPlain | Classes that can import from a JSON-able JS type |
Lazy | Represents a lazy-loadable type |
Implementation in other languages
You may be familiar with some of the content of this module. Here are some analogs in other Programming Languages:
Contributing
Contributions are always welcome in form of pull requests. Discussion or bug reports are created by opening new issues.