| 1 | // Synchronize the sources for our c-ares gyp file from c-ares' Makefiles. |
| 2 | import { readFileSync, writeFileSync } from 'node:fs'; |
| 3 | import { join } from 'node:path'; |
| 4 | import { fileURLToPath } from 'node:url'; |
nothing calls this directly
no test coverage detected