| 1 | import isISO31661Alpha2 from 'validator/lib/isISO31661Alpha2'; |
| 2 | import isISO31661Alpha3 from 'validator/lib/isISO31661Alpha3'; |
| 3 | import isISO31661Numeric from 'validator/lib/isISO31661Numeric'; |
| 4 | import { describe, expect, it } from 'vitest'; |
nothing calls this directly
no test coverage detected