Skip to content

Commit

Permalink
Update typings/internalBinding/fs.d.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Joyee Cheung <joyeec9h3@gmail.com>
  • Loading branch information
Jungku Lee and joyeecheung committed Oct 4, 2023
1 parent fcffde8 commit 6396e80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion typings/internalBinding/fs.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ declare namespace InternalFSBinding {
function fstat(fd: number, useBigint: false, usePromises: typeof kUsePromises): Promise<Float64Array>;

function fsync(fd: number, req: FSReqCallback): void;
function fsync(fd: number, req: undefined, ctx: FSSyncContext): void;
function fsync(fd: number, usePromises: typeof kUsePromises): Promise<void>;
function fsync(fd: number): void;

Expand Down

0 comments on commit 6396e80

Please sign in to comment.