Skip to content

Commit

Permalink
fix: add missing method type
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Dec 14, 2020
1 parent a7c63db commit a9dd95c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ export type LightshipType = {|
+shutdown: () => Promise<void>,
+signalNotReady: () => void,
+signalReady: () => void,
+whenFirstReady: () => Promise<void>,
|};

0 comments on commit a9dd95c

Please sign in to comment.