()
| 155110 | return createUndefined(); |
| 155111 | } |
| 155112 | function createUndefined() { |
| 155113 | return ts.factory.createIdentifier("undefined"); |
| 155114 | } |
| 155115 | function isObjectLiteralType(type) { |
| 155116 | return (type.flags & 524288 /* TypeFlags.Object */) && |
| 155117 | ((ts.getObjectFlags(type) & 128 /* ObjectFlags.ObjectLiteral */) || (type.symbol && ts.tryCast(ts.singleOrUndefined(type.symbol.declarations), ts.isTypeLiteralNode))); |
no outgoing calls
no test coverage detected