UNPKG

apple-js-stable

Version:

Apple js is the extension of osascript to javascript , run applescript commands via node js ,and implement js-like logic

3 lines 101 B
const {Osascript}=require("./Osascript"); const osascript=new Osascript(); module.exports={osascript}