Skip to main content
Module

x/dax/src/common.ts>LoggerTreeBox

Cross platform shell tools for Deno inspired by zx.
Very Popular
Go to Latest
class LoggerTreeBox
extends TreeBox<(...args: any[]) => void>
import { LoggerTreeBox } from "https://deno.land/x/dax@0.34.0/src/common.ts";

A special kind of tree box that handles logging with static text.

Methods

getValue(): (...args: any[]) => void