Skip to content

Commit e9f6d69

Browse files
Debug implicit any error (#697)
* any return time for Debug (implicit any errors) * Update typings/index.d.ts Co-authored-by: Michał Pierzchała <thymikee@gmail.com> Co-authored-by: Michał Pierzchała <thymikee@gmail.com>
1 parent 8021f09 commit e9f6d69

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
@@ -299,7 +299,7 @@ export interface RenderOptions {
299299
}
300300

301301
type Debug = {
302-
(message?: string);
302+
(message?: string): void;
303303
shallow: (message?: string) => void;
304304
};
305305

0 commit comments

Comments
 (0)