TreasureTrails/node_modules/@electric-sql/pglite/dist/pg_hashids/index.d.cts

12 lines
267 B
TypeScript
Raw Normal View History

2026-03-18 09:02:21 -05:00
import { d as PGliteInterface } from '../pglite-CntadC_p.cjs';
declare const pg_hashids: {
name: string;
setup: (_pg: PGliteInterface, emscriptenOpts: any) => Promise<{
emscriptenOpts: any;
bundlePath: URL;
}>;
};
export { pg_hashids };