mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-08 01:04:39 +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;
|