blob: d5732210d011c3fee9c530edc9119df55f6bb8a9 [file] [log] [blame]
declare function realpath(filepath: string): string;
declare namespace realpath {
var sync: typeof realpathSync;
}
declare function realpathSync(filepath: string): string;
export = realpath;