| 58 | |
| 59 | // eslint-disable-next-line no-redeclare |
| 60 | interface ChibiGenerator<Input> extends ChibiGeneratorFunctions<Input> {} |
| 61 | // eslint-disable-next-line no-redeclare |
| 62 | interface ChibiGenerator<Input> extends ChibiGeneratorUtilities<Input> {} |
| 63 |
nothing calls this directly
no outgoing calls
no test coverage detected