| 49 | const excludedDocProps = ['setProps', 'id', 'className', 'style']; |
| 50 | |
| 51 | const isOptional = prop => (prop.getFlags() & ts.SymbolFlags.Optional) !== 0; |
| 52 | |
| 53 | const PRIMITIVES = [ |
| 54 | 'string', |
no outgoing calls
no test coverage detected
searching dependent graphs…