(methods)
| 12030 | } |
| 12031 | |
| 12032 | function transform$1(methods) { |
| 12033 | return { |
| 12034 | stream: transformer$3(methods) |
| 12035 | }; |
| 12036 | } |
| 12037 | |
| 12038 | function transformer$3(methods) { |
| 12039 | return function(stream) { |
nothing calls this directly
no test coverage detected