* Override the `typeMapping` command option
(typeMapping: TYPE_MAPPING)
| 387 | * Override the `typeMapping` command option |
| 388 | */ |
| 389 | withTypeMapping<TYPE_MAPPING extends TypeMapping>(typeMapping: TYPE_MAPPING) { |
| 390 | return this._commandOptionsProxy('typeMapping', typeMapping); |
| 391 | } |
| 392 | |
| 393 | /** |
| 394 | * Override the `abortSignal` command option |
nothing calls this directly
no test coverage detected