napi-rs/examples/napi/__tests__/tsfn-error.cjs

6 lines
148 B
JavaScript
Raw Normal View History

import('../index.js').then(
({ default: { threadsafeFunctionFatalModeError } }) => {
return threadsafeFunctionFatalModeError(() => {})
},
)