(fileUrl)
| 12 | * @param {string | URL} fileUrl |
| 13 | */ |
| 14 | export const isMain = (fileUrl) => process.argv[1] === fileURLToPath(fileUrl); |
| 15 | |
| 16 | /** |
| 17 | * @typedef {import("node:util").ParseArgsConfig} ParseArgsConfig |
no outgoing calls
no test coverage detected