Aktueller Stand
This commit is contained in:
2
backend/node_modules/@prisma/fetch-engine/dist/download.d.ts
generated
vendored
2
backend/node_modules/@prisma/fetch-engine/dist/download.d.ts
generated
vendored
@@ -21,7 +21,7 @@ export interface DownloadOptions {
|
||||
skipCacheIntegrityCheck?: boolean;
|
||||
}
|
||||
export declare function download(options: DownloadOptions): Promise<BinaryPaths>;
|
||||
export declare function getVersion(enginePath: string, binaryName: string): Promise<string | undefined>;
|
||||
export declare function getVersion(enginePath: string, _binaryName: string): Promise<string | undefined>;
|
||||
export declare function getBinaryName(binaryName: BinaryType, binaryTarget: BinaryTarget): string;
|
||||
export declare function maybeCopyToTmp(file: string): Promise<string>;
|
||||
export declare function plusX(file: any): void;
|
||||
|
||||
Reference in New Issue
Block a user