UNPKG

maests

Version:

An executable compiler for creating Maestro's yaml-flows with typescript.

8 lines (7 loc) 443 B
export declare const inputText: (text: string, id?: string) => void; export declare const inputRandomName: (id?: string) => void; export declare const inputRandomNumber: (id?: string) => void; export declare const copyTextFrom: (id: string) => void; export declare const inputRandomEmail: (id?: string) => void; export declare const inputRandomText: (id?: string) => void; export declare const eraseText: (chars: number, id?: string) => void;