0.0.3 • Published 6 years ago
@implicit_t/implicit-t v0.0.3
ImplicitT
This library was generated with Angular CLI version 7.2.0.
Description
This library is an umbrella library which provides complete access to any Implicit apis as they are developed.
What is Implicit?
While strongly typed coding allows for a lot of utility, the fact is that data tends to be passed around in trasfer documents encoded in formats like JSON and are therefore strings until they are interpreted to be otherwise.
The objective of Implicit is to provide types like @type does except it will provide classes as well as interfaces which will alow for the transformation from or to JSON of the data which makes up a type.
Note: Implicit<T> is currently under development