mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 07:36:12 +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;
|