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

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -