There was an error while loading. Please reload this page.
1 parent 733a010 commit c7237feCopy full SHA for c7237fe
1 file changed
typings/internalBinding/fs_event_wrap.d.ts
@@ -11,7 +11,7 @@ declare namespace InternalFsEventWrapBinding {
11
filename: string | Uint8Array | null,
12
) => void;
13
start(
14
- filename: string,
+ filename: string | Uint8Array,
15
persistent: boolean,
16
recursive: boolean,
17
encoding: string,
0 commit comments