Module

x/proc/mod3.ts>debug

A better way to work with processes in Deno.
Latest
function debug
import { debug } from "https://dotland.deno.dev/x/proc@0.21.9/mod3.ts";

Debug output using console.dir through {@link Enumerable#transform}.

Parameters

items: AsyncIterable<T>

The items to log.

Returns

AsyncIterable<T>