/
Romenxek
/
Diplom
Обзор
Документация
Войти
/
Romenxek
/
Diplom
Код
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/node-addon-api/index.js
11 строк
306 B
Romka
first commit
31 май 2025, 16:07
31 май 2025, 16:07
9962409
Код
Авторство
О чём код?
const path = require('path'); const includeDir = path.relative('.', __dirname); module.exports = { include: `"${__dirname}"`, // deprecated, can be removed as part of 4.0.0 include_dir: includeDir, gyp: path.join(includeDir, 'node_api.gyp:nothing'), isNodeApiBuiltin: true, needsFlag: false };