From f19070f7bdd61f0cc1c74858624b0f34b6dc7074 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Thu, 14 Jul 2022 08:50:16 -0400 Subject: fix: numericSeparator is optional --- src/lib/common/typings/BushInspectOptions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/common') 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. -- cgit