Convert AppleScript sdef to TypeScript .d.ts? -


most os x applications (particularly ones written apple) scriptable using either applescript or javascript. api each application supports described sdef file. (see e.g. sdef /applications/safari.app.)

is there way automatically generate .d.ts files .sdef files, , create ambient typings suitable use typescript?


Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -