File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 /**
You can’t perform that action at this time.
0 commit comments