diff options
Diffstat (limited to 'src/lib/common/typings/BushInspectOptions.ts')
-rw-r--r-- | src/lib/common/typings/BushInspectOptions.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/common/typings/BushInspectOptions.ts b/src/lib/common/typings/BushInspectOptions.ts index 608000c..b8a16e1 100644 --- a/src/lib/common/typings/BushInspectOptions.ts +++ b/src/lib/common/typings/BushInspectOptions.ts @@ -108,6 +108,13 @@ export interface BushInspectOptions extends InspectOptions { getters?: 'get' | 'set' | boolean | undefined; /** + * If set to `true`, an underscore is used to separate every three digits in all bigints and numbers. + * + * @default false + */ + numericSeparator: boolean; + + /** * Whether or not to inspect strings. * * @default false |