import { Worker } from "https://deno.land/std@0.160.0/node/cluster.ts";
A Worker object contains all public information and method about a worker. In the primary it can be obtained using cluster.workers. In a worker it can be obtained using cluster.worker.