Home > @rushstack/node-core-library > IImportResolveModuleAsyncOptions > modulePath
IImportResolveModuleAsyncOptions.modulePath property
The module identifier to resolve. For example "@rushstack/node-core-library" or "@rushstack/node-core-library/lib/index.js"
Signature:
modulePath: string;