( name: string, definition: PluginDefinition )
| 20 | } |
| 21 | |
| 22 | export function definePlugin( |
| 23 | name: string, |
| 24 | definition: PluginDefinition |
| 25 | ): CodegenPlugin { |
| 26 | return { |
| 27 | name, |
| 28 | definition, |
| 29 | }; |
| 30 | } |
nothing calls this directly
no outgoing calls
no test coverage detected