(param)
| 46 | }; |
| 47 | |
| 48 | const extractAssignedNames: ExtractAssignedNames = function extractAssignedNames(param) { |
| 49 | const names: string[] = []; |
| 50 | |
| 51 | extractors[param.type](names, param); |
| 52 | return names; |
| 53 | }; |
| 54 | |
| 55 | export { extractAssignedNames as default }; |
no outgoing calls
no test coverage detected