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
/
stringify.d.ts
7 lines
(6 loc)
•
128 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * 视图ast序列化插件 * *
@file
视图ast序列化插件 */
export
declare
function
stringify
(
options?: {}
):
void
;