Type Alias: ExternalOptionFunction
- Type: (
id,parentId,isResolved) =>NullValue<boolean>
Defined in: options/input-options.ts:31
Parameters
id
string
The id of the module being checked.
parentId
string | undefined
The id of the module importing the id being checked.
isResolved
boolean
Whether the id has been resolved.
Returns
NullValue<boolean>
Whether the module should be treated as external.
