UNPKG

insomnia-plugin-valorant

Version:
6 lines (5 loc) 209 B
export declare function tryInOrder<T>(functions: (() => Promise<T>)[]): Promise<T>; export declare function tryInOrderLabeled<T>(functions: { label: string; func: (() => Promise<T>); }[]): Promise<T>;