Skip to content

Commit

Permalink
remove restartAllowed from typings
Browse files Browse the repository at this point in the history
  • Loading branch information
dbasedow committed May 23, 2016
1 parent 1a49e76 commit 02633ef
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions typings/react-native-code-push.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,11 +228,6 @@ declare namespace CodePush {
*/
function disallowRestart(): void;

/**
* Check if CodePush is allowed to restart the app.
*/
function restartAllowed(): boolean;

/**
* Immediately restarts the app.
*
Expand Down

0 comments on commit 02633ef

Please sign in to comment.