We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 994d048 commit 8f840dcCopy full SHA for 8f840dc
typings/internalBinding.d.ts
@@ -441,7 +441,7 @@ declare function InternalBinding(binding: 'config'): {
441
}
442
443
declare namespace InternalFSBinding {
444
- class FSReqCallback<ResultType = void> {
+ class FSReqCallback<ResultType = unknown> {
445
constructor(bigint?: boolean);
446
oncomplete: ((error: Error) => void) | ((error: null, result: ResultType) => void);
447
context: any;
0 commit comments