UNPKG

@nestjs/common

Version:

Nest - modern, fast, powerful node.js web framework (@common)

6 lines (5 loc) 191 B
import { AxiosRequestConfig } from 'axios'; import { DynamicModule } from '../interfaces'; export declare class HttpModule { static register(config: AxiosRequestConfig): DynamicModule; }