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
Post a Comment