12 lines
256 B
TypeScript
12 lines
256 B
TypeScript
import { d as PGliteInterface } from '../pglite-CntadC_p.js';
|
|
|
|
declare const pgtap: {
|
|
name: string;
|
|
setup: (_pg: PGliteInterface, emscriptenOpts: any) => Promise<{
|
|
emscriptenOpts: any;
|
|
bundlePath: URL;
|
|
}>;
|
|
};
|
|
|
|
export { pgtap };
|