Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Further changes to the type of color property.
  • Loading branch information
Mallikarjun-0 committed Jan 28, 2025
commit 690fdf1bff14fc4650f37ade943c90f43c7dc655
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export type Options = {

@default 'cyan'
*/
readonly color?: Color;
readonly color?: Color | boolean;

/**
Set to `false` to stop Ora from hiding the cursor.
Expand Down