معرفی شرکت ها


@types/global-agent-2.1.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

TypeScript definitions for global-agent
ویژگی مقدار
سیستم عامل -
نام فایل @types/global-agent-2.1.1
نام @types/global-agent
نسخه کتابخانه 2.1.1
نگهدارنده ['types']
ایمیل نگهدارنده ['ts-npm-types@microsoft.com']
نویسنده -
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/DefinitelyTyped/DefinitelyTyped.git
آدرس اینترنتی https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/global-agent
مجوز MIT
# Installation > `npm install --save @types/global-agent` # Summary This package contains type definitions for global-agent (https://github.com/gajus/global-agent#readme). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/global-agent. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/global-agent/index.d.ts) ````ts // Type definitions for global-agent 2.1 // Project: https://github.com/gajus/global-agent#readme // Definitions by: Jamie Magee <https://github.com/JamieMagee> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped export interface ProxyAgentConfigurationInputType { environmentVariableNamespace?: string | undefined; forceGlobalAgent?: boolean | undefined; socketConnectionTimeout?: number | undefined; } export interface ProxyAgentConfigurationType { readonly HTTP_PROXY: string | null; readonly HTTPS_PROXY: string | null; readonly NO_PROXY: string | null; } export function bootstrap(configurationInput?: ProxyAgentConfigurationInputType): boolean; export function createGlobalProxyAgent( configurationInput: ProxyAgentConfigurationInputType, ): ProxyAgentConfigurationType; ```` ### Additional Details * Last updated: Thu, 08 Jul 2021 12:02:13 GMT * Dependencies: none * Global values: none # Credits These definitions were written by [Jamie Magee](https://github.com/JamieMagee).


نحوه نصب


نصب پکیج tgz @types/global-agent-2.1.1:

    npm install @types/global-agent-2.1.1.tgz