property WorkerOptions.name Usage in Deno```typescript import { type WorkerOptions } from "node:node__worker_threads.d.ts"; ``` An optional `name` to be appended to the worker title for debuggin/identification purposes, making the final title as `[worker ${id}] ${name}`. Type string | undefined