node-eval
node-eval copied to clipboard
`eval('module.exports = require("http") instanceof Object')` === false
Its just because code run by require and code run by the vm run in separate contexts. I'll let you know if I find a fix.