TreasureTrails/node_modules/@electric-sql/pglite/dist/contrib/auto_explain.d.cts

11 lines
243 B
TypeScript
Raw Normal View History

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