| 1 | declare module "snarkdown" { |
| 2 | interface Links { |
| 3 | [index: string]: string; |
| 4 | } |
| 5 | export default function (urlStr: string, prevLinks?: Links): string; |
| 6 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…