(props)
| 135203 | })); |
| 135204 | } |
| 135205 | function containsNonPublicProperties(props) { |
| 135206 | return ts.some(props, function (p) { return !!(ts.getDeclarationModifierFlagsFromSymbol(p) & 24 /* ModifierFlags.NonPublicAccessibilityModifier */); }); |
| 135207 | } |
| 135208 | /** |
| 135209 | * Gets all properties on a type, but if that type is a union of several types, |
| 135210 | * excludes array-like types or callable/constructable types. |
no test coverage detected