Open adrienrx opened 9 years ago
DId you have a typescript definition file ?
No but you should be able to adapt something like this one: https://github.com/borisyankov/DefinitelyTyped/blob/master/cordova/plugins/WebSQL.d.ts
In addition, I am planning some API changes and may take another look TypeScript support afterwards.
WebSQL differs quite from the API. Is a proper Typing planned? Many thanks!
Probably not within this project.
I think the ideal would be a wrapper that takes a database object from either this plugin or Web SQL and gives you a proper TypeScript object.
DId you have a typescript definition file ?