mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-21 00:01:22 +02:00
10 lines
530 B
TypeScript
10 lines
530 B
TypeScript
/* tslint:disable */
|
|
/* eslint-disable */
|
|
export const memory: WebAssembly.Memory;
|
|
export const escape_template: (a: number, b: number, c: number) => void;
|
|
export const parse_template: (a: number, b: number, c: number) => void;
|
|
export const unescape_template: (a: number, b: number, c: number) => void;
|
|
export const __wbindgen_export_0: (a: number, b: number) => number;
|
|
export const __wbindgen_export_1: (a: number, b: number, c: number, d: number) => number;
|
|
export const __wbindgen_add_to_stack_pointer: (a: number) => number;
|