UNPKG
@jiaxinjiang/nest-http
Version:
latest (1.0.0)
1.0.0
Http request component for NestJs.
@jiaxinjiang/nest-http
/
dist
/
http.helper.d.ts
7 lines
(6 loc)
•
228 B
TypeScript
View Raw
1
2
3
4
5
6
7
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; }