mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Node.d.ts: Update definitions for module "fs" (#10987)
This commit is contained in:
Vendored
+2
@@ -1719,6 +1719,8 @@ declare module "fs" {
|
||||
fd?: number;
|
||||
mode?: number;
|
||||
}): WriteStream;
|
||||
export function fdatasync(fd: number, callback: Function): void;
|
||||
export function fdatasyncSync(fd: number): void;
|
||||
}
|
||||
|
||||
declare module "path" {
|
||||
|
||||
Reference in New Issue
Block a user