| 5 | |
| 6 | declare namespace Document { |
| 7 | export interface DocumentProps extends ContainerProps { |
| 8 | nodes?: readonly Root[] |
| 9 | |
| 10 | /** |
| 11 | * Information to generate byte-to-byte equal node string as it was |
| 12 | * in the origin input. |
| 13 | * |
| 14 | * Every parser saves its own properties. |
| 15 | */ |
| 16 | raws?: Record<string, any> |
| 17 | } |
| 18 | |
| 19 | export { Document_ as default } |
| 20 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…