mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-19 18:13:46 +08:00
Describe function more so it works with Ramda too (#1177)
This commit is contained in:
committed by
Artem Egorov
parent
be3633ae24
commit
1f91831633
2
typings/react-native-code-push.d.ts
vendored
2
typings/react-native-code-push.d.ts
vendored
@@ -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 {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user