diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-01-17 19:06:09 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-17 19:06:09 +0100 |
| commit | 9c47bcc2e0f9de443e7a9575c44e315f220b863d (patch) | |
| tree | 01207c8fc804c6b239591e1b65ff9a5a488d0fdf /src/modules/color | |
| parent | 027e1dd5dfe94cbd4d4bd53bafc0f69285412f62 (diff) | |
| download | faker-9c47bcc2e0f9de443e7a9575c44e315f220b863d.tar.xz faker-9c47bcc2e0f9de443e7a9575c44e315f220b863d.zip | |
chore(deps): update dependency prettier to v2.8.3 (#1726)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Shinigami92 <[email protected]>
Diffstat (limited to 'src/modules/color')
| -rw-r--r-- | src/modules/color/index.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/color/index.ts b/src/modules/color/index.ts index 23e41694..62a5fa0d 100644 --- a/src/modules/color/index.ts +++ b/src/modules/color/index.ts @@ -27,8 +27,8 @@ export const CSS_FUNCTIONS = [ 'color', ] as const; -export type CSSFunction = typeof CSS_FUNCTIONS[number]; -export type CSSSpace = typeof CSS_SPACES[number]; +export type CSSFunction = (typeof CSS_FUNCTIONS)[number]; +export type CSSSpace = (typeof CSS_SPACES)[number]; export type StringColorFormat = 'css' | 'binary'; export type NumberColorFormat = 'decimal'; export type ColorFormat = StringColorFormat | NumberColorFormat; |
