Files
simple-mail-cleaner/backend/node_modules/@electric-sql/pglite/dist/contrib/dict_xsyn.d.cts
2026-01-23 01:33:35 +01:00

11 lines
237 B
TypeScript

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