Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/node/cluster.ts>isWorker

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
variable isWorker
import { isWorker } from "https://deno.land/std@0.145.0/node/cluster.ts";

True if the process is not a primary (it is the negation of cluster.isPrimary).