summaryrefslogtreecommitdiff
path: root/src/types/Price.d.ts
diff options
context:
space:
mode:
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;