Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/cli/dts/lib.deno.ns.d.ts>Deno.pid

A modern runtime for JavaScript and TypeScript.
Go to Latest
variable Deno.pid
import { Deno } from "https://deno.land/x/deno@v1.28.1/cli/dts/lib.deno.ns.d.ts";
const { pid } = Deno;

The current process ID of this instance of the Deno CLI.

console.log(Deno.pid);

type

number