(s)
| 58514 | return type; |
| 58515 | } |
| 58516 | function getIsLateCheckFlag(s) { |
| 58517 | return ts.getCheckFlags(s) & 4096 /* CheckFlags.Late */; |
| 58518 | } |
| 58519 | function forEachMappedTypePropertyKeyTypeAndIndexSignatureKeyType(type, include, stringsOnly, cb) { |
| 58520 | for (var _i = 0, _a = getPropertiesOfType(type); _i < _a.length; _i++) { |
| 58521 | var prop = _a[_i]; |
no outgoing calls
no test coverage detected
searching dependent graphs…