Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/proc/tools/deps/proc.ts>debug

A better way to work with processes in Deno.
Latest
function debug
import { debug } from "https://deno.land/x/proc@0.22.1/tools/deps/proc.ts";

Debug output using console.dir through Enumerable#transform.

Parameters

items: AsyncIterable<T>

The items to log.

Returns

AsyncIterable<T>