1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
Oinktube/node_modules/napi-macros/example/example.js
2022-07-15 11:08:01 -03:00

3 lines
89 B
JavaScript

var bindings = require('node-gyp-build')(__dirname)
console.log(bindings.times_two(42))