Sign in
chromium
/
external
/
github.com
/
nodejs
/
node-api-headers
/
8a0be91b14179a820164e788cc71a24d4fc0fe61
/
.
/
index.js
blob: 83c7ea293c9d6e4f8922954576985b6c7a44500c [
file
] [
log
] [
blame
]
'use strict'
const
path
=
require
(
'path'
);
const
symbols
=
require
(
'./symbols'
)
const
include_dir
=
path
.
resolve
(
__dirname
,
'include'
);
module
.
exports
=
{
include_dir
,
symbols
}