mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-15 01:02:54 +02:00
Decouple core Yaak logic from Tauri (#354)
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
/* 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;
|
||||
Reference in New Issue
Block a user