UNPKG

228 BTypeScriptView Raw
1export declare class HttpHepler {
2 static snakeToHump<T = any>(target: T, depth?: number): T;
3 private static _snakeToHump;
4 static humpToSnake<T = any>(target: T, depth?: number): T;
5 private static _humpToSnake;
6}