5 lines
148 B
JavaScript
5 lines
148 B
JavaScript
import('../index.js').then(
|
|
({ default: { threadsafeFunctionFatalModeError } }) => {
|
|
return threadsafeFunctionFatalModeError(() => {})
|
|
},
|
|
)
|