UNPKG
@crayon.js/color-support
Version:
latest (1.1.0)
1.1.0
1.0.0
Detect terminal color support
github.com/Im-Beast/crayon.js
Im-Beast/crayon.js
@crayon.js/color-support
/
lib
/
index.d.ts
5 lines
(4 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
5
import
{
CrayonColorSupport
}
from
'./types'
;
export
declare
const
getWindowsVersion
:
() =>
number
[];
export
declare
const
supportedColors
:
() =>
CrayonColorSupport
;
export
declare
const
getColorSupport
:
() =>
CrayonColorSupport
;