Fabian Michael

Results 5 comments of Fabian Michael

Hi, what would be the best way to import the helpers of this package? https://github.com/helpers/handlebars-helpers

Nevermind ^^ just put `...handlebarsHelpers` into `helpers: { }`

@buc-htl3r I cannot remember so well but it should be pretty much be done like that: ``` // import the helpers const handlebarsHelpers = require('handlebars-helpers'); // configure the plugin new...

Tried to wrap my head around this. I think inferring the type from onSubmit return type is impossible. But as for that my TS knowledge is a bit limited. So...