UNPKG
@tgrospic/rnode-grpc-js
Version:
latest (0.11.0)
0.11.0
0.10.1
0.10.0
0.9.2
0.9.1
0.9.0
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.7.0
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.0
0.4.0
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
0.0.1
RNode gRPC helpers
github.com/tgrospic/rnode-grpc-js
tgrospic/rnode-grpc-js
@tgrospic/rnode-grpc-js
/
dist-types
/
cli
/
download.d.ts
4 lines
(3 loc)
•
178 B
TypeScript
View Raw
1
2
3
4
export
function
downLoadFile
(
opt
:
any
):
Promise
<
any
>;
export
const
downloadAll
:
(
list
:
readonly
any
[]
) =>
Promise
<
unknown
[] | []>;
export
function
fetch
(
opt
:
any
):
Promise
<
any
>;