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