# Packages
No description provided by the author
# Functions
GenerateGuest generates the guest bindings for the signature.
GenerateGuestTranspiled generates the guest bindings and transpiles it to javascript.
GenerateHost generates the host bindings for the signature
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 signature.
GenerateTypes generates the types for the signature.
GenerateTypesTranspiled generates the types for the signature and transpiles it to javascript.
New creates a new typescript generator.