Skip to main content
close - inspector - Node documentation
function close

Usage in Deno

import { close } from "node:inspector";
close(): void

Deactivate the inspector. Blocks until there are no active connections.

Return Type

void