UNPKG
@gengjiawen/monkey-wasm
Version:
latest (0.15.1)
0.15.1
0.15.0
0.14.0
0.13.0
0.12.1
0.12.0
0.10.1
0.9.1
0.8.0
0.7.0
0.6.0
0.5.0
0.4.2
0.4.1
monkey lang parser wasm version
github.com/gengjiawen/monkey-rust
gengjiawen/monkey-rust
@gengjiawen/monkey-wasm
/
monkey_wasm.d.ts
7 lines
(6 loc)
•
250 B
TypeScript
View Raw
1
2
3
4
5
6
7
/* tslint:disable */
/* eslint-disable */
export
function
compile
(
input
:
string
):
string
;
export
function
parse
(
input
:
string
):
string
;
export
function
compile_with_debug
(
input
:
string
):
string
;
export
function
compile_detail
(
input
:
string
):
string
;