Aktueller Stand
This commit is contained in:
11
backend/node_modules/@electric-sql/pglite/dist/pgtap/index.d.cts
generated
vendored
Normal file
11
backend/node_modules/@electric-sql/pglite/dist/pgtap/index.d.cts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { d as PGliteInterface } from '../pglite-CntadC_p.cjs';
|
||||
|
||||
declare const pgtap: {
|
||||
name: string;
|
||||
setup: (_pg: PGliteInterface, emscriptenOpts: any) => Promise<{
|
||||
emscriptenOpts: any;
|
||||
bundlePath: URL;
|
||||
}>;
|
||||
};
|
||||
|
||||
export { pgtap };
|
||||
Reference in New Issue
Block a user