method HookCallbacks.destroy Usage in Denoimport { type HookCallbacks } from "node:async_hooks"; HookCallbacks.destroy(asyncId: number): void Called after the resource corresponding to asyncId is destroyed Parameters asyncId: number a unique ID for the async resource Return Type void