We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81706bb commit 2f0c93cCopy full SHA for 2f0c93c
src/volume.ts
@@ -1389,7 +1389,7 @@ export class Volume {
1389
return strToEncoding(realLink.getPath(), encoding);
1390
}
1391
1392
- realpathSync(path: TFilePath, options?: IRealpathOptions): TDataOut {
+ realpathSync(path: TFilePath, options?: IRealpathOptions | string): TDataOut {
1393
return this.realpathBase(pathToFilename(path), getRealpathOptions(options).encoding);
1394
1395
0 commit comments