TreasureTrails/node_modules/@electric-sql/pglite/dist/contrib/bloom.d.ts

11 lines
228 B
TypeScript
Raw Permalink Normal View History

2026-03-18 09:02:21 -05:00
import { d as PGliteInterface } from '../pglite-CntadC_p.js';
declare const bloom: {
name: string;
setup: (_pg: PGliteInterface, _emscriptenOpts: any) => Promise<{
bundlePath: URL;
}>;
};
export { bloom };