Describe function more so it works with Ramda too (#1177)

This commit is contained in:
Henrik Raitasola
2018-03-12 17:16:10 +02:00
committed by Artem Egorov
parent be3633ae24
commit 1f91831633

View File

@@ -233,7 +233,7 @@ export interface StatusReport {
*
* @param options Options used to configure the end-user sync and update experience (e.g. when to check for updates?, show an prompt?, install the update immediately?).
*/
declare function CodePush(options?: CodePushOptions): Function;
declare function CodePush(options?: CodePushOptions): (x: any) => any;
declare namespace CodePush {
/**