Home > @rushstack/node-core-library > RealNodeModulePathResolver > realNodeModulePath
RealNodeModulePathResolver.realNodeModulePath property
Similar in function to fs.realpathSync.native, but assumes the only symlinks present are npm packages.
Signature:
readonly realNodeModulePath: (input: string) => string;