initial commit
This commit is contained in:
commit
b25eb51ff0
280 changed files with 178550 additions and 0 deletions
3
database-service/node_modules/@prisma/fetch-engine/dist/getProxyAgent.d.ts
generated
vendored
Normal file
3
database-service/node_modules/@prisma/fetch-engine/dist/getProxyAgent.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import { HttpProxyAgent } from 'http-proxy-agent';
|
||||
import { HttpsProxyAgent } from 'https-proxy-agent';
|
||||
export declare function getProxyAgent(url: string): HttpProxyAgent<string> | HttpsProxyAgent<string> | undefined;
|
||||
Loading…
Add table
Add a link
Reference in a new issue