(kind, parameterName, parameterIndex, type)
| 59576 | return isBracketed || !!typeExpression && typeExpression.type.kind === 316 /* SyntaxKind.JSDocOptionalType */; |
| 59577 | } |
| 59578 | function createTypePredicate(kind, parameterName, parameterIndex, type) { |
| 59579 | return { kind: kind, parameterName: parameterName, parameterIndex: parameterIndex, type: type }; |
| 59580 | } |
| 59581 | /** |
| 59582 | * Gets the minimum number of type arguments needed to satisfy all non-optional type |
| 59583 | * parameters. |
no outgoing calls
no test coverage detected
searching dependent graphs…