Skip to content

Commit

Permalink
fix: Typo in ColorSpace.d.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitry Sharabin <dmitrysharabin@gmail.com>
  • Loading branch information
MysteryBlokHed and DmitrySharabin authored Jun 7, 2024
1 parent e3bb307 commit 0d547f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ColorSpace.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
import { White } from "./adapt.js";
import { ColorConstructor, Coords, ColorTypes } from "./color.js";
import type FormatClasa from "./Format.js";
import type FormatClass from "./Format.js";
import type { instance } from "./Format.js";

export interface Format {
Expand Down

0 comments on commit 0d547f7

Please sign in to comment.