(type)
| 63035 | type; |
| 63036 | } |
| 63037 | function isFreshLiteralType(type) { |
| 63038 | return !!(type.flags & 2944 /* TypeFlags.Literal */) && type.freshType === type; |
| 63039 | } |
| 63040 | function getStringLiteralType(value) { |
| 63041 | var type; |
| 63042 | return stringLiteralTypes.get(value) || |
no outgoing calls
no test coverage detected