Skip to content

Commit 54b6b6b

Browse files
committed
remove typeof
1 parent 0af1f37 commit 54b6b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ declare module 'codeceptjs' {
663663
/**
664664
* Global promise chain recorder
665665
*/
666-
export const recorder: typeof CodeceptJS.recorder
666+
export const recorder: CodeceptJS.recorder
667667

668668
/**
669669
* Configuration module

0 commit comments

Comments
 (0)