(type)
| 69107 | return !!constraint && maybeTypeOfKind(constraint.flags & 16777216 /* TypeFlags.Conditional */ ? getDefaultConstraintOfConditionalType(constraint) : constraint, 131068 /* TypeFlags.Primitive */ | 4194304 /* TypeFlags.Index */ | 134217728 /* TypeFlags.TemplateLiteral */ | 268435456 /* TypeFlags.StringMapping */); |
| 69108 | } |
| 69109 | function isObjectLiteralType(type) { |
| 69110 | return !!(ts.getObjectFlags(type) & 128 /* ObjectFlags.ObjectLiteral */); |
| 69111 | } |
| 69112 | function isObjectOrArrayLiteralType(type) { |
| 69113 | return !!(ts.getObjectFlags(type) & (128 /* ObjectFlags.ObjectLiteral */ | 16384 /* ObjectFlags.ArrayLiteral */)); |
| 69114 | } |
no outgoing calls
no test coverage detected