Kind: Function
Infer whether an entity is exported. Checks extended entity properties (ComponentEntity.exports, etc.) and metadata. Defaults to true if we can't determine.
Signature
tsfunction inferExports(entity: ParserCoreEntity): boolean
Parameters
| Name | Type |
|---|---|
entity | ParserCoreEntity |
Returns: boolean
Was this page helpful?