Skip to main content
Module

x/dtils/mod.unstable.ts>ExecCaptureResult

The best unofficial library of utilities for Deno applications
Go to Latest
interface ExecCaptureResult
import { type ExecCaptureResult } from "https://deno.land/x/dtils@2.2.1/mod.unstable.ts";

Properties

errorLines: string[]
logLines: string[]