1console.log(typeof Proxy == 'undefined' ? "No harmony" : "Harmony"); 2require(__dirname+"/../harmonize.js")(); 3console.log("OK"); 4 5