Skip to main content
Module

x/dxpm/deps.ts>get

The advanced package manager built for Deno.
Latest
function get
import { get } from "https://deno.land/x/dxpm@v0.2.7-us/deps.ts";

Get the single process information. Requires --allow-run flag

Parameters

pid: number

Returns

Promise<Process | void>