hello.neon.js/lib/index.js

5 lines
89 B
JavaScript

var addon = require('../native');
//console.log(addon.hello());
module.exports = addon;