mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +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;
|