TreasureTrails/node_modules/@electric-sql/pglite/dist/contrib/tsm_system_time.d.cts
2026-03-18 09:02:21 -05:00

10 lines
249 B
TypeScript

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