We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1801cf9 commit 4d9ada2Copy full SHA for 4d9ada2
redite.d.ts
@@ -28,7 +28,7 @@ declare namespace r {
28
interface ChildWrapper {
29
_stack: string[];
30
31
- finally(onfinally?: (() => void) | undefined | null): Promise<T>
+ finally(onfinally?: (() => void) | undefined | null): Promise<any>
32
then(onfulfilled?: ((value: any) => any) | undefined | null, onrejected?: ((reason: any) => any) | undefined | null): Promise<any>;
33
catch(onrejected?: ((reason: any) => any) | undefined | null): Promise<any>;
34
0 commit comments