UNPKG

koffi

Version:

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

10 lines (6 loc) 166 B
'use strict'; const common = require('./common'); module.exports = common.runTest(test); async function test (binding) { binding.callbackInfo.testCbSetData(); }