mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 20:39:17 +08:00
Node.d.ts: Update definitions for module "fs" (#10987)
This commit is contained in:
2
node/node.d.ts
vendored
2
node/node.d.ts
vendored
@@ -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