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

11 lines
229 B
TypeScript

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