Abstract
Abstract
entryExporting entry point of the package.
Abstract
findSearches for target path matching all provided conditions.
Unlike the same method of entry point, this one evaluates target pattern
into path by substituting all *
.
Rest
...conditions: string[]Required export conditions. When missing, searches for default
one.
Matching target path, 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.
Generated using TypeDoc
Targets exported by package entry.