I’m trying to wrap my head around how FlexJS works with node. My understanding is you can just do something like this: fs.existsSync(path) and the necessary fs = require(‘fs’); will automatically be output.
How does this work with external node modules? Let’s say for example I’d want to use node-zip[1]? How would I specify that? Would it just be var zip:* = require(‘node-zip’) and just used it all untyped? What if we want typed third-party node-modules? Thanks, Harbs [1]https://www.npmjs.com/package/node-zip