| 1 | import { describe, it } from 'node:test'; |
| 2 | import assert from 'node:assert/strict'; |
| 3 | import { isPrivateIp, resolvePublicAddresses } from '../src/net-safety.js'; |
| 4 | import { parseGenericDataUrl } from '../src/image.js'; |
nothing calls this directly
no test coverage detected