(value: ImporterOutputFieldType)
| 80 | } |
| 81 | |
| 82 | transform(value: ImporterOutputFieldType) { |
| 83 | let current = value; |
| 84 | this.steps.forEach((step) => { |
| 85 | current = step.transform(current); |
| 86 | }); |
| 87 | return current; |
| 88 | } |
| 89 | } |
no outgoing calls
no test coverage detected