UNPKG
@allgemein/http
Version:
latest (1.4.1)
1.4.1
1.3.1
1.3.0
1.2.0
1.1.0
Library for http request backend abstraction.
github.com/allgemein-node/http
allgemein-node/http
@allgemein/http
/
libs
/
Constants.d.ts
2 lines
(1 loc)
•
54 B
TypeScript
View Raw
1
2
export type ClassType
<
T
>
=
new
(
...args
:
any
[
]
)
=
>
T
;