Skip to main content
Module

x/dnt/lib/test_runner/test_runner.ts>NodeProcess

Deno to npm package build tool.
Go to Latest
interface NodeProcess
import { type NodeProcess } from "https://deno.land/x/dnt@0.30.0/lib/test_runner/test_runner.ts";

Properties

stdout: { write(text: string): void; }

Methods

exit(code: number): number