( a: [string, ...unknown[]], b: [string, ...unknown[]] )
| 161 | } |
| 162 | |
| 163 | const byPathLength = ( |
| 164 | a: [string, ...unknown[]], |
| 165 | b: [string, ...unknown[]] |
| 166 | ): number => b[0].split("/").length - a[0].split("/").length; |
| 167 | |
| 168 | // A note for later? |
| 169 | // function _onFileChangeOnce( |
nothing calls this directly
no outgoing calls
no test coverage detected