Project

Profile

Help

TypeScript declaration file

Added by Karim Ratib 4 days ago

Is there a TypeScript d.ts file available somewhere for SaxonJS ?

I couldn't find one, so I created my own, which is probably horribly broken but gets me going with basic IDE completion and TS compilation.

https://github.com/infojunkie/musicxml-player/blob/main/src/saxon-js/SaxonJS2.rt.d.ts

I'd be happy to work on it more seriously if there's any interest, for example to submit it to https://github.com/DefinitelyTyped/DefinitelyTyped.


Please register to reply