(input: ChibiJson<any>)
| 389 | }); |
| 390 | |
| 391 | function generateAndExecute(input: ChibiJson<any>) { |
| 392 | const json = JSON.stringify(input); |
| 393 | const script = JSON.parse(json); |
| 394 | const consumer = new ChibiConsumer(script); |
| 395 | |
| 396 | return consumer; |
| 397 | } |
no outgoing calls
no test coverage detected