Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 1f91831

Browse files
henrikraitoys
authored andcommitted
Describe function more so it works with Ramda too (#1177)
1 parent be3633a commit 1f91831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/react-native-code-push.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ export interface StatusReport {
233233
*
234234
* @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?).
235235
*/
236-
declare function CodePush(options?: CodePushOptions): Function;
236+
declare function CodePush(options?: CodePushOptions): (x: any) => any;
237237

238238
declare namespace CodePush {
239239
/**

0 commit comments

Comments
 (0)