UNPKG

koffi

Version:

Fast and simple C FFI (foreign function interface) for Node.js

10 lines (7 loc) 160 B
'use strict'; const except = require('bindings')('addon'); const noexcept = require('bindings')('addon_noexcept'); module.exports = { except, noexcept };