Remove duplicate space.
This commit is contained in:
parent
724c194baa
commit
7f7ebc5d1d
1 changed files with 1 additions and 1 deletions
2
source/index.d.ts
vendored
2
source/index.d.ts
vendored
|
|
@ -2,7 +2,7 @@
|
|||
// import {ColorInfo, ColorSupportLevel} from '#supports-color';
|
||||
import {ColorInfo, ColorSupportLevel} from './vendor/supports-color/index.js';
|
||||
|
||||
type BasicColor = 'black' | 'red' | 'green' | 'yellow' | 'blue' | 'magenta' | 'cyan' | 'white';
|
||||
type BasicColor = 'black' | 'red' | 'green' | 'yellow' | 'blue' | 'magenta' | 'cyan' | 'white';
|
||||
type BrightColor = `${BasicColor}Bright`;
|
||||
type Grey = 'gray' | 'grey';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue