| 1 | /* eslint-disable @typescript-eslint/no-redundant-type-constituents */ |
| 2 | import { assertNever } from '@prisma/internals' |
| 3 | import { randomBytes } from 'crypto' |
| 4 | import { expectTypeOf } from 'expect-type' |
nothing calls this directly
no test coverage detected