Skip to content

Commit 1860557

Browse files
typo
1 parent 18a98ab commit 1860557

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

types/node/index.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3546,9 +3546,9 @@ declare module "fs" {
35463546
export function realpathSync(path: PathLike, options?: { encoding?: string | null } | string | null): string | Buffer;
35473547

35483548
export namespace realpathSync {
3549-
export function realpathSync(path: PathLike, options?: { encoding?: BufferEncoding | null } | BufferEncoding | null): string;
3550-
export function realpathSync(path: PathLike, options: { encoding: "buffer" } | "buffer"): Buffer;
3551-
export function realpathSync(path: PathLike, options?: { encoding?: string | null } | string | null): string | Buffer;
3549+
export function native(path: PathLike, options?: { encoding?: BufferEncoding | null } | BufferEncoding | null): string;
3550+
export function native(path: PathLike, options: { encoding: "buffer" } | "buffer"): Buffer;
3551+
export function native(path: PathLike, options?: { encoding?: string | null } | string | null): string | Buffer;
35523552
}
35533553

35543554
/**

0 commit comments

Comments
 (0)