Sign in
chromium
/
external
/
github.com
/
nodejs
/
node-addon-api
/
4e9d24856dcfd4269040d86dc6fd715f8410f036
/
.
/
test
/
addon_build
/
tpl
/
index.js
blob: 566656ad8a1628098c0b8b295486b7901ef44482 [
file
]
'use strict'
;
const
except
=
require
(
'bindings'
)(
'addon'
);
const
noexcept
=
require
(
'bindings'
)(
'addon_noexcept'
);
module
.
exports
=
{
except
,
noexcept
};