Constructs entry point.
Host package info.
Exported path.
Array of exported targets. May contain different targets for different conditions.
The entry point itself.
Host package info.
Exported path or pattern.
Searches for path or pattern matching all provided conditions.
Rest
...conditions: string[]Required export conditions. When missing, searches for default
one.
Matching path or pattern, or undefined
when not found.
Searches for exported JavaScript file to import into another module matching all provided condition.
Target selection depends on consumer's package type
.
Consumer package type.
Rest
...conditions: string[]Additional export conditions.
Matching JavaScript file path, or undefined
when not found.
Searches for targets exported by this entry point for the given path
.
Export path to check.
Either exported targets, or undefined
if the path
is not exported.
Checks whether this is a subpath pattern matching multiple entry points.
true
if path contains *
, or false
otherwise.
Generated using TypeDoc
Information on package entry point.