Wrapper class to export a class safely across resources. If a class is exported without this wrapper, it won't be able to be constructed in other resources.
The class prototype to wrap
Returns a new instance of the wrapped class
Rest
Used for accessing static methods of the wrapped class
The object prototype of the wrapped class
Wrapper class to export a class safely across resources. If a class is exported without this wrapper, it won't be able to be constructed in other resources.