summaryrefslogtreecommitdiff
path: root/src/types/Price.d.ts
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-07 19:41:11 +0100
committerGitHub <noreply@github.com>2023-08-07 19:41:11 +0100
commite08094210c15ee0114ae4f11142aa5f89d81c7aa (patch)
treebfa129cae6a2b981d5b6dc5c3cc16cfb2bc5c95a /src/types/Price.d.ts
parent925f6de56ef43013583a48dbc49a350ee84cdb3e (diff)
parent2fcbccfbd49c6eaf433272749e32589a6f490200 (diff)
Merge branch 'master' into master
Diffstat (limited to 'src/types/Price.d.ts')
-rw-r--r--src/types/Price.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types/Price.d.ts b/src/types/Price.d.ts
index e8d6157..fc9d9fb 100644
--- a/src/types/Price.d.ts
+++ b/src/types/Price.d.ts
@@ -2,4 +2,4 @@ import type Digit from "./Digit";
type Price = `${bigint | ''}.${Digit}${Digit}`;
-export default Price; \ No newline at end of file
+export default Price;