mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-28 19:57:03 +02:00
(feat) Add ability to disable plugins and show bundled plugins (#337)
This commit is contained in:
4
src-tauri/yaak-templates/pkg/yaak_templates.d.ts
generated
vendored
4
src-tauri/yaak-templates/pkg/yaak_templates.d.ts
generated
vendored
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
export function unescape_template(template: string): any;
|
||||
export function escape_template(template: string): any;
|
||||
export function parse_template(template: string): any;
|
||||
export function escape_template(template: string): any;
|
||||
export function unescape_template(template: string): any;
|
||||
|
||||
Reference in New Issue
Block a user