import { createHook } from 'async_hooks'; const asyncHook = createHook({ init(asyncId, type, triggerAsyncId, resource) {}, destroy(asyncId) {} }); ...
確定! 回上一頁