| 45 | } |
| 46 | |
| 47 | export interface ITransformer { |
| 48 | urlBuilder: UrlBuilder; |
| 49 | } |
| 50 | |
| 51 | export interface IMarkmapJSONOptions extends IMarkmapJSONOptionsForView { |
| 52 | htmlParser: Partial<IHtmlParserOptions>; |
nothing calls this directly
no outgoing calls
no test coverage detected