Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.10/lib/types/runner.ts";
definition: (pid?: number) => void