dotfiles/vscode/.vscode/extensions/ms-toolsai.jupyter-2024.5.0-darwin-arm64/dist/node_modules/node-gyp-build/index.js
Errol Sancaktar 5f8db31398 alacritty
2024-07-15 17:06:13 -06:00

6 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')
}