(p, baseType)
| 55183 | }; |
| 55184 | } |
| 55185 | function serializePropertySymbolForInterface(p, baseType) { |
| 55186 | return serializePropertySymbolForInterfaceWorker(p, /*isStatic*/ false, baseType); |
| 55187 | } |
| 55188 | function serializeSignatures(kind, input, baseType, outputKind) { |
| 55189 | var signatures = getSignaturesOfType(input, kind); |
| 55190 | if (kind === 1 /* SignatureKind.Construct */) { |
no outgoing calls
no test coverage detected
searching dependent graphs…