Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.39.0/lib/test_runner/test_runner.ts";

Properties

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

Methods

exit(code: number): number