| 6 | |
| 7 | declare module 'rehype-pretty-code' { |
| 8 | interface Options { |
| 9 | theme?: string |
| 10 | onVisitLine?: (node: any) => void |
| 11 | onVisitHighlightedLine?: (node: any) => void |
| 12 | onVisitHighlightedWord?: (node: any) => void |
| 13 | } |
| 14 | } |
| 15 | |
| 16 | declare global { |
nothing calls this directly
no outgoing calls
no test coverage detected