| 1 | interface CSSStyleDeclaration { |
| 2 | textDecorationColor: string; |
| 3 | textDecorationLine: string; |
| 4 | overflowWrap: string; |
| 5 | } |
| 6 | |
| 7 | interface DocumentType extends Node, ChildNode { |
| 8 | readonly internalSubset: string | null; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…