()
| 876 | const getOptions = () => opts; |
| 877 | |
| 878 | const getTransformedOutputs = () => { |
| 879 | return Array.from(clientTransformedOutputs.values()).map((t) => { |
| 880 | return t[0]; |
| 881 | }); |
| 882 | }; |
| 883 | |
| 884 | const debug = (...str: any[]) => { |
| 885 | if (opts.debug) { |