method HookCallbacks.destroy Usage in Deno```typescript import { type HookCallbacks } from "node:node__async_hooks.d.ts"; ``` 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