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

Properties

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