Files
CreaBook/node_modules/@electric-sql/pglite/dist/contrib/pgcrypto.d.cts
2026-04-05 03:08:53 +02:00

11 lines
235 B
TypeScript

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