UNPKG
grpc-server-ts
Version:
latest (1.1.4)
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
a grpc server side module built by typescrpt
github.com/xuezier/grpc-server-ts
grpc-server-ts
/
app
/
decorator
/
Route.d.ts
4 lines
(3 loc)
•
101 B
TypeScript
View Raw
1
2
3
4
export
declare
function
Route
(
target
:
any
,
_
:
string
, { value: route }: { value?:
any
; }
):
void
;