Files
2026-01-23 01:33:35 +01:00

12 lines
264 B
TypeScript

import { d as PGliteInterface } from '../pglite-CntadC_p.js';
declare const pg_uuidv7: {
name: string;
setup: (_pg: PGliteInterface, emscriptenOpts: any) => Promise<{
emscriptenOpts: any;
bundlePath: URL;
}>;
};
export { pg_uuidv7 };