| Linux premium331.web-hosting.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64 Path : /home/livedhms/lmgt/node_modules/@prisma/dev/dist/ |
| Current File : /home/livedhms/lmgt/node_modules/@prisma/dev/dist/runtime-assets.d.cts |
interface PGliteRuntimeAssets {
readonly extensions: Record<string, URL>;
readonly fsBundle: Blob;
readonly wasmModule: unknown;
}
interface PrismaDevRuntimeAsset {
readonly fileName: string;
readonly kind: "core" | "extension";
readonly name: string;
readonly sourcePath: string;
}
interface CopiedPrismaDevRuntimeAsset extends PrismaDevRuntimeAsset {
readonly destinationPath: string;
}
declare function copyPrismaDevRuntimeAssets(destinationDir: string | URL): Promise<CopiedPrismaDevRuntimeAsset[]>;
declare function getPrismaDevRuntimeAssetManifest(): readonly PrismaDevRuntimeAsset[];
declare function getPGliteRuntimeAssets(): Promise<PGliteRuntimeAssets>;
declare function registerBundledPGliteRuntimeAssetSources(sources: {
extensions: Record<string, string | URL>;
fsBundle: string | URL;
initdbWasm: string | URL;
wasmModule: string | URL;
}): void;
declare function resolveBundledRuntimeAssetSource(source: string | URL, baseURL?: string): URL;
export { type CopiedPrismaDevRuntimeAsset, type PrismaDevRuntimeAsset, copyPrismaDevRuntimeAssets, getPGliteRuntimeAssets, getPrismaDevRuntimeAssetManifest, registerBundledPGliteRuntimeAssetSources, resolveBundledRuntimeAssetSource };