(v: string[])
| 366 | } |
| 367 | |
| 368 | const handleChildren = (v: string[]) => v.join(''); |
| 369 | |
| 370 | export function createNodeGenerator(cfg: NodeGeneratorConfig = {}): NodeGenerator<string> { |
| 371 | const generateNode = (nodeItem: IPublicTypeNodeDataType, scope: IScope): string => { |
no outgoing calls
no test coverage detected
searching dependent graphs…