Home > @rushstack/node-core-library > IImportResolvePackageAsyncOptions
IImportResolvePackageAsyncOptions interface
Options for Import.resolvePackageAsync()
Signature:
export interface IImportResolvePackageAsyncOptions extends IImportResolveAsyncOptions
Extends: IImportResolveAsyncOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
packageName | string | The package name to resolve. For example "@rushstack/node-core-library" |