UNPKG
@bung87/grpc-promise-ts
Version:
latest (0.2.3)
0.2.3
0.2.2
Type safe GRPC with a modern API
github.com/rhinodavid/grpc-promise-ts
rhinodavid/grpc-promise-ts
@bung87/grpc-promise-ts
/
dist
/
index.d.ts
3 lines
(2 loc)
•
191 B
TypeScript
View Raw
1
2
3
export
*
from
"./lib/unary"
;
export
declare
const
convertToPromiseClient
: <
TPromiseClient
extends
import
(
"@grpc/grpc-js"
).
Client
>
(
client
:
import
(
"@grpc/grpc-js"
).
Client
) =>
TPromiseClient
;