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