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