UNPKG

@gengjiawen/monkey-wasm

Version:
7 lines (6 loc) 250 B
/* 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;