| 5 | |
| 6 | declare global { |
| 7 | interface Window { |
| 8 | queryFormatNode: (testFunction: (value: ConvertPathNode) => boolean) => ConvertPathNode | undefined; |
| 9 | tryConvertByTraversing: (files: FileData[], from: ConvertPathNode, to: ConvertPathNode) => Promise<{ |
| 10 | files: FileData[]; |
| 11 | path: ConvertPathNode[]; |
| 12 | } | null>; |
| 13 | } |
| 14 | } |
| 15 | |
| 16 | // Set up a basic webserver to host the distribution build |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…