Skip to content

Commit

Permalink
new keyword for constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
loucadufault committed Jan 7, 2022
1 parent 002ab8a commit 9e18588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const DEFAULT_COLOR_FORMAT = "hex";
const DEFAULT_IS_RAW = false;


const encoder = UuidEncoder("base10");
const encoder = new UuidEncoder("base10");


type SupportedColorNotations = "hex" | "rgb" | "hsl";
Expand Down

0 comments on commit 9e18588

Please sign in to comment.