diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-07-14 08:50:16 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-07-14 08:50:16 -0400 |
commit | f19070f7bdd61f0cc1c74858624b0f34b6dc7074 (patch) | |
tree | bb51ac585c527f0bf0fbac0c884cfaec178f761d /src/lib/common/typings/BushInspectOptions.ts | |
parent | e513c108e7823eebc5ff4da8355876036ac8dad5 (diff) | |
download | tanzanite-f19070f7bdd61f0cc1c74858624b0f34b6dc7074.tar.gz tanzanite-f19070f7bdd61f0cc1c74858624b0f34b6dc7074.tar.bz2 tanzanite-f19070f7bdd61f0cc1c74858624b0f34b6dc7074.zip |
fix: numericSeparator is optional
Diffstat (limited to 'src/lib/common/typings/BushInspectOptions.ts')
-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. |