UNPKG
tinyhighlight
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
A tiny syntax highlighter.
github.com/tinylibs/tinyhighlight
tinylibs/tinyhighlight
tinyhighlight
/
dist
/
picocolors.d.ts
7 lines
(5 loc)
•
147 B
TypeScript
View Raw
1
2
3
4
5
6
7
interface
ColoredOptions
{
jsx
?:
boolean
; }
declare
function
highlight
(
code
:
string
,
options
?:
ColoredOptions
):
string
;
export
{ highlight };