Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pup/lib/types/runner.ts>RunnerCallback

Universal process manager built in Deno
Go to Latest
type alias RunnerCallback
import { type RunnerCallback } from "https://deno.land/x/pup@1.0.0-rc.2/lib/types/runner.ts";
definition: (pid?: number) => void