UNPKG
wx-to-tt-no-launch
Version:
latest (0.3.1-beta.5)
0.3.1-beta.5
0.3.1-beta.4
0.3.1-beta.3
0.3.0-beta.3
transform wx micro app to bytedance micro app
wx-to-tt-no-launch
/
dist
/
plugins
/
wxml-to-ttml.d.ts
8 lines
(7 loc)
•
209 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
TTContext
}
from
'..'
;
import
{
Transformer
}
from
'unified'
;
export
declare
function
wxmlToTtml
(
options
?: { path?:
string
; ctx?: TTContext; logMap?:
Map
<
string
,
number
>; }
):
Transformer
;