Skip to content

Commit 8f840dc

Browse files
committed
wut
1 parent 994d048 commit 8f840dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/internalBinding.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ declare function InternalBinding(binding: 'config'): {
441441
}
442442

443443
declare namespace InternalFSBinding {
444-
class FSReqCallback<ResultType = void> {
444+
class FSReqCallback<ResultType = unknown> {
445445
constructor(bigint?: boolean);
446446
oncomplete: ((error: Error) => void) | ((error: null, result: ResultType) => void);
447447
context: any;

0 commit comments

Comments
 (0)