method ChildProcess.prototype.once
Usage in Deno
import { ChildProcess } from "node:child_process";
ChildProcess.prototype.once(event: "close",listener: (code: number | null,signal: Signals | null,) => void,): this
ChildProcess.prototype.once(event: "exit",listener: (code: number | null,signal: Signals | null,) => void,): this
ChildProcess.prototype.once(event: "message",listener: (message: Serializable,sendHandle: SendHandle,) => void,): this
listener: (message: Serializable,sendHandle: SendHandle,) => void
this