I use backbone.js in my project which is written in typescript. I want to use backbone-forms to create forms but I cannot find any typescript definition file (d.ts) for this backbone plugin. I tried to write my own definition file but I failed to do this with such complicated plugin.
Is there any working definition file for this plugin available anywhere? Or maybe there is some other good plugin to manage forms in backbone with good definition file available?
Since its not available on DefinitelyTyped I would assume that it being out there is very unlikely.
You can create a poor mans implementation of it quite easily:
This way you are in no way worse off than if you were using just plain JavaScript.