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

x/pup/lib/common/ipc.ts>IpcValidatedMessage

Universal process manager built in Deno
Go to Latest
interface IpcValidatedMessage
import { type IpcValidatedMessage } from "https://deno.land/x/pup@1.0.0-beta.8/lib/common/ipc.ts";

Properties

pid: number | null
sent: Date | null
data: string | null
errors: string[]