| 1 | import { describe, it, expectTypeOf } from 'vitest' |
| 2 | import { PGlite, PGliteInterfaceExtensions } from '@electric-sql/pglite' |
| 3 | import { live } from '@electric-sql/pglite/live' |
| 4 | import { vector } from '@electric-sql/pglite/vector' |
nothing calls this directly
no test coverage detected