bots-node-sdk
bots-node-sdk copied to clipboard
Typescript or babel example
Hello,
I would like to know if there is any example of using the sdk with typescript or babel for the use of imports and other latest JS resources
Thanks
Hey @LuizPiresS - yes, the examples are for a node runtime - just to distinguish from a browser context (not this SDK). Do you have a specific feature you're integrating? (Custom Component, Webhook, etc?)
Some examples:
-
cli init (can set
--language typescript) - custom component syntax
- entity event handler syntax