Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Beast committed May 15, 2021
1 parent 2f3c477 commit 06a1e22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno_lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export interface CrayonFunction<S, F, O> {
saturation: number,
lightness: number
) => Crayon<S, F, O>
/**ed to get true text length
/**
* Style text background using HSL values
* * hue - number from 0 to 360
* * saturation, lightness - number from 0 to 100
Expand Down
2 changes: 1 addition & 1 deletion lib/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export interface CrayonFunction<S, F, O> {
* * saturation, lightness - number from 0 to 100
*/
readonly hsl: (hue: number, saturation: number, lightness: number) => Crayon<S, F, O>;
/**ed to get true text length
/**
* Style text background using HSL values
* * hue - number from 0 to 360
* * saturation, lightness - number from 0 to 100
Expand Down

0 comments on commit 06a1e22

Please sign in to comment.