mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-13 13:19:34 +08:00
1c4ff31d68
Add flow-typed annotations Ignore annoying submodules Add /* @flow */ header to all js & es6 source files Fix error about having number keys for objects Remove @flow config from compile-support Check es6 files Add jasmine to flow Revert "Add /* @flow */ header to all js & es6 source files" This reverts commit c5a57bc402c53633b407b557f28ad12eaa8f27fe. Update submodule Add nylas global interface file
3 lines
144 B
JavaScript
3 lines
144 B
JavaScript
declare function runs(fn: Function): void;
|
|
declare function waitsFor(fn: Function): void;
|
|
declare function waitsForPromise(fn: Function): void;
|