mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-29 04:07:00 +02:00
Switch to BiomeJS (#306)
This commit is contained in:
5
src-tauri/yaak-templates/pkg/yaak_templates.d.ts
vendored
Normal file
5
src-tauri/yaak-templates/pkg/yaak_templates.d.ts
vendored
Normal file
@@ -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