Skip to main content
InspectOptions.numericSeparator - util - Node documentation
property InspectOptions.numericSeparator

Usage in Deno

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

If set to true, an underscore is used to separate every three digits in all bigints and numbers.

Type

boolean | undefined