BaristaLabs/BaristaCore

Create AutoBuilder Module

Oceanswave opened this issue · 0 comments

The converter would

  • Create a new fn that when called, calls the type's constructor via Activator
  • Expose static members as fn properties
  • Set the prototype property to the shape of the class represented by the type.

Things to think about:
Generics?