-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Create a strict mode that enforces typed instance creation. Fails under scenarios such as:
- Coercion fails (
string->number, or{}toFoo) - There are extra properties or missing properties
- Creation of generic instances (only allow typed construction, ex
new Foo())
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels