mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-14 13:44:41 +08:00
4 lines
144 B
JavaScript
4 lines
144 B
JavaScript
|
declare function runs(fn: Function): void;
|
||
|
declare function waitsFor(fn: Function): void;
|
||
|
declare function waitsForPromise(fn: Function): void;
|