| 17 | } |
| 18 | |
| 19 | export interface Root extends Parent { |
| 20 | type: 'root'; |
| 21 | } |
| 22 | |
| 23 | export interface BaseSvelteTag<T extends string> extends SvelteParent { |
| 24 | type: T; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…