aboutsummaryrefslogtreecommitdiff
path: root/src/lib/common
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-07-14 08:50:16 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-07-14 08:50:16 -0400
commitf19070f7bdd61f0cc1c74858624b0f34b6dc7074 (patch)
treebb51ac585c527f0bf0fbac0c884cfaec178f761d /src/lib/common
parente513c108e7823eebc5ff4da8355876036ac8dad5 (diff)
downloadtanzanite-f19070f7bdd61f0cc1c74858624b0f34b6dc7074.tar.gz
tanzanite-f19070f7bdd61f0cc1c74858624b0f34b6dc7074.tar.bz2
tanzanite-f19070f7bdd61f0cc1c74858624b0f34b6dc7074.zip
fix: numericSeparator is optional
Diffstat (limited to 'src/lib/common')
-rw-r--r--src/lib/common/typings/BushInspectOptions.ts2
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.