diff options
Diffstat (limited to 'src/lib/common')
-rw-r--r-- | src/lib/common/typings/BushInspectOptions.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/common/typings/BushInspectOptions.ts b/src/lib/common/typings/BushInspectOptions.ts index b8a16e1..30ed01a 100644 --- a/src/lib/common/typings/BushInspectOptions.ts +++ b/src/lib/common/typings/BushInspectOptions.ts @@ -112,7 +112,7 @@ export interface BushInspectOptions extends InspectOptions { * * @default false */ - numericSeparator: boolean; + numericSeparator?: boolean; /** * Whether or not to inspect strings. |