diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-12 15:49:03 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-12 15:49:03 +0100 |
| commit | 37020d847e66e57913d493716e98f4dcab749262 (patch) | |
| tree | a6bfa0c49bcec61ff91465f323142db43511a122 /src/types/Price.d.ts | |
| parent | 18b85566df437ac932f59e94cbec771a4a331927 (diff) | |
Applies Prettier
Diffstat (limited to 'src/types/Price.d.ts')
| -rw-r--r-- | src/types/Price.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types/Price.d.ts b/src/types/Price.d.ts index fc9d9fb..6b8f78d 100644 --- a/src/types/Price.d.ts +++ b/src/types/Price.d.ts @@ -1,4 +1,4 @@ -import type Digit from "./Digit"; +import type Digit from './Digit'; type Price = `${bigint | ''}.${Digit}${Digit}`; |
