1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 17:59:55 +02:00
Oinktube/node_modules/node-gyp-build/index.js
2023-08-12 10:32:47 -03:00

5 lines
245 B
JavaScript

if (typeof process.addon === 'function') { // if the platform supports native resolving prefer that
module.exports = process.addon.bind(process)
} else { // else use the runtime version here
module.exports = require('./node-gyp-build.js')
}