| 35 | } |
| 36 | |
| 37 | export interface DeleteLevelOptions extends ListAboveOptions { |
| 38 | unwrapProps?: (node: Node, path: Path) => Record<string, any> |
| 39 | } |
| 40 | |
| 41 | interface FindFirstListOptions { |
| 42 | path: Path |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…