(location: LocationIndex[], value: any)
| 165 | } |
| 166 | |
| 167 | remove(location: LocationIndex[], value: any) { |
| 168 | this.operations.push({ |
| 169 | operation: 'Remove', |
| 170 | location, |
| 171 | params: {value} |
| 172 | }); |
| 173 | return this; |
| 174 | } |
| 175 | |
| 176 | build() { |
| 177 | return { |
no test coverage detected