UNPKG
@addapptables/microservice
Version:
latest (2.0.1)
2.0.1
2.0.0
1.1.0
1.0.0
1.0.0-0
0.0.3-0
0.0.2-0
0.0.1
0.0.1-0
addapptables microservice
github.com/addapptables/miscellaneous
addapptables/miscellaneous
@addapptables/microservice
/
dist
/
types
/
index.d.ts
4 lines
(3 loc)
•
71 B
TypeScript
View Raw
1
2
3
4
export
declare
type
Class
<T =
any
> = {
new
(...
args
:
any
[]): T; };