Initial commit
This commit is contained in:
commit
b3a51a4115
10336 changed files with 2381973 additions and 0 deletions
12
node_modules/@electric-sql/pglite/dist/fs/nodefs.d.cts
generated
vendored
Normal file
12
node_modules/@electric-sql/pglite/dist/fs/nodefs.d.cts
generated
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import { E as EmscriptenBuiltinFilesystem, b as PGlite, c as PostgresMod } from '../pglite-CntadC_p.cjs';
|
||||
|
||||
declare class NodeFS extends EmscriptenBuiltinFilesystem {
|
||||
protected rootDir: string;
|
||||
constructor(dataDir: string);
|
||||
init(pg: PGlite, opts: Partial<PostgresMod>): Promise<{
|
||||
emscriptenOpts: Partial<PostgresMod>;
|
||||
}>;
|
||||
closeFs(): Promise<void>;
|
||||
}
|
||||
|
||||
export { NodeFS };
|
||||
Loading…
Add table
Add a link
Reference in a new issue