UNPKG

@graphql-tools/prisma-loader

Version:

A set of utils for faster development of GraphQL tools

6 lines (5 loc) 238 B
/// <reference types="node" /> /// <reference types="node" /> import { Agent as HttpsAgent } from 'https'; import { Agent as HttpAgent } from 'http'; export declare function getProxyAgent(url: string): HttpAgent | HttpsAgent | undefined;