Skip to content

Commit

Permalink
fix: code syntax (#50)
Browse files Browse the repository at this point in the history
* fix(build): ignore compile targets

* Revert "fix(build): ignore compile targets"

This reverts commit 8b3e424.

* fix: typo
  • Loading branch information
Wxh16144 authored Aug 5, 2024
1 parent 990cfd3 commit 5b7df7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FastColor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class FastColor {
/**
* All FastColor objects are valid. So isValid is always true. This property is kept to be compatible with TinyColor.
*/
isValid: true;
isValid: boolean = true;

/**
* Red, R in RGB
Expand Down

0 comments on commit 5b7df7d

Please sign in to comment.