# Packages
No description provided by the author
# Functions
GenerateGuest generates the guest bindings for the extension.
GenerateGuestTranspiled generates the guest bindings and transpiles it to javascript.
GenerateHost generates the host bindings for the extension
Note: the given schema should already be normalized, validated, and modified to have its accessors and validators disabled.
GenerateHostTranspiled generates the host bindings and transpiles it to javascript
Note: the given schema should already be normalized, validated, and modified to have its accessors and validators disabled.
GeneratePackageJSON generates the package.json file for the extension.
GenerateTypes generates the types for the extension.
GenerateTypesTranspiled generates the types for the extension and transpiles it to javascript.
No description provided by the author
New creates a new typescript generator.