| 111 | } |
| 112 | |
| 113 | interface PlopActionHooksChanges { |
| 114 | type: string; |
| 115 | path: string; |
| 116 | } |
| 117 | |
| 118 | interface PlopActionHooks { |
| 119 | onComment?: (msg: string) => void; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…