ParseArgsConfig.tokens - Node documentation
property ParseArgsConfig.tokens

Usage in Deno

import { type ParseArgsConfig } from "node:util";

Return the parsed tokens. This is useful for extending the built-in behavior, from adding additional checks through to reprocessing the tokens in different ways.

Type

boolean | undefined