joelhegg
Results
1
issues of
joelhegg
https://developers.google.com/actions/reference/nodejs/lib-v1-migration gives the following example for writing a plugin: ``` const intentSet1 = app => { app.intent('intentSet1A', handler1A); app.intent('intentSet1B', handler1B); }; ``` If I'm working in Typescript, without `app`'s type...
question
library