| 30 | const { __filename, __dirname } = getModuleInfo(); |
| 31 | |
| 32 | interface Hook { |
| 33 | name: string; |
| 34 | description: string; |
| 35 | category: string; |
| 36 | } |
| 37 | |
| 38 | interface HooksData { |
| 39 | hooks: Hook[]; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…