UNPKG

koffi

Version:

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

8 lines (5 loc) 151 B
'use strict'; module.exports = require('../common').runTest(test); function test (binding) { binding.threadsafe_function_ptr.test({}, () => {}); }