UNPKG
shiki-twoslash
Version:
latest (3.1.2)
3.1.2
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.6.2
1.6.1
1.6.0
1.5.0
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.7
1.2.6
1.2.4
1.2.3
1.2.0
1.1.0
1.0.0
0.8.2
0.8.1
0.8.0
0.7.0
0.6.2
0.6.1
API primitives to mix Shiki with Twoslash
github.com/shikijs/twoslash
shikijs/twoslash
shiki-twoslash
/
dist
/
renderers
/
shiki.d.ts
6 lines
(5 loc)
•
261 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Meta
}
from
"../utils"
;
import
{
HtmlRendererOptions
}
from
"./plain"
;
declare
type
Lines
=
import
(
"shiki"
).
IThemedToken
[][];
export
declare
function
defaultShikiRenderer
(
lines
:
Lines
,
options
:
HtmlRendererOptions
,
meta
:
Meta
):
string
;
export
{};