UNPKG
nobind17
Version:
latest (2.0.1)
next (2.0.0-rc.3)
2.0.1
2.0.0
2.0.0-rc.3
2.0.0-rc.2
2.0.0-rc.1
2.0.0-rc.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0
Next-gen binding framework for Node.js / Node-API
github.com/mmomtchev/nobind
mmomtchev/nobind
nobind17
/
index.js
6 lines
(4 loc)
•
106 B
JavaScript
View Raw
1
2
3
4
5
6
const
path =
require
(
'path'
);
module
.
exports
= {
include
:
`"
${path.resolve(__dirname,
'include'
)}
"`
};