Skip to content

Commit dd6e0b5

Browse files
committed
More TS, new to TS in general
1 parent 46fe05e commit dd6e0b5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

index.d.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,6 @@ export default class RNCallKeep {
8080
handle: string,
8181
) {
8282

83-
}
84-
static isCallActive(
85-
uuid: string,
86-
){
87-
8883
}
8984

9085
/**
@@ -119,7 +114,9 @@ export default class RNCallKeep {
119114
static setReachable() {
120115

121116
}
117+
static isCallActive(uuid: string): void{
122118

119+
}
123120
/**
124121
* @description supportConnectionService method is available only on Android.
125122
*/

0 commit comments

Comments
 (0)