UNPKG

@jiaxinjiang/nest-http

Version:

Http request component for NestJs.

7 lines (6 loc) 228 B
export declare class HttpHepler { static snakeToHump<T = any>(target: T, depth?: number): T; private static _snakeToHump; static humpToSnake<T = any>(target: T, depth?: number): T; private static _humpToSnake; }