| 1 | import { isMimeType, isSemVer } from 'validator'; |
| 2 | import { describe, expect, it } from 'vitest'; |
| 3 | import { FakerError, faker } from '../../src'; |
| 4 | import { seededTests } from '../support/seeded-runs'; |
nothing calls this directly
no test coverage detected