Home > @rushstack/node-core-library > IImportResolveModuleAsyncOptions
IImportResolveModuleAsyncOptions interface
Options for Import.resolveModuleAsync()
Signature:
export interface IImportResolveModuleAsyncOptions extends IImportResolveAsyncOptions
Extends: IImportResolveAsyncOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
modulePath | string | The module identifier to resolve. For example "@rushstack/node-core-library" or "@rushstack/node-core-library/lib/index.js" |