UNPKG
cli-high
Version:
latest (0.4.3)
0.4.3
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
tiny cli highlighter
github.com/xinyao27/cli-high
xinyao27/cli-high
cli-high
/
dist
/
index.d.mts
7 lines
(5 loc)
•
186 B
text/typescript
View Raw
1
2
3
4
5
6
7
interface
HighlightOptions
{
showLineNumbers
?:
boolean
; }
declare
function
highlight
(
code
:
string
,
options
?:
HighlightOptions
):
string
;
export
{
type
HighlightOptions
, highlight };