mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-23 09:51:10 +01:00
6 lines
211 B
TypeScript
Generated
6 lines
211 B
TypeScript
Generated
/* tslint:disable */
|
|
/* eslint-disable */
|
|
export function unescape_template(template: string): any;
|
|
export function parse_template(template: string): any;
|
|
export function escape_template(template: string): any;
|