UNPKG
wechaty-puppet-service
Version:
latest (1.18.2)
next (1.19.9)
1.19.9
1.19.8
1.19.7
1.19.5
1.19.4
1.19.3
1.19.2
1.19.1
1.18.2
1.18.1
1.11.3
1.11.2
1.11.1
1.10.2
1.10.1
1.9.3
1.9.2
1.7.3
1.7.2
1.1.2
1.1.1
1.0.11
1.0.9
1.0.8
1.0.7
1.0.5
1.0.4
1.0.1
0.41.3
0.41.2
0.41.1
0.40.1
0.39.3
0.39.2
0.39.1
0.37.11
0.37.8
0.37.7
0.37.5
0.37.4
0.37.3
0.37.2
0.35.18
0.35.17
0.35.9
0.35.8
0.35.7
0.35.6
0.35.4
0.35.0
0.33.9
0.33.5
0.33.4
0.33.3
0.33.1
0.31.26
0.31.25
0.31.23
0.31.21
0.31.20
0.31.19
0.31.6
0.31.5
0.31.3
0.31.1
0.30.2
0.30.1
0.29.8
0.29.7
0.29.4
0.29.3
0.29.2
0.29.1
0.27.20
0.27.19
0.27.18
0.27.17
0.27.16
0.27.15
0.27.14
0.27.13
0.27.12
0.27.11
0.27.10
0.27.9
0.27.8
0.27.7
0.27.6
0.27.5
0.27.4
0.27.3
0.27.2
0.27.1
0.25.2
0.25.1
0.23.4
0.23.3
0.23.2
0.23.1
0.22.4
0.22.3
0.22.2
0.21.11
0.21.10
0.21.9
0.21.8
0.21.5
0.21.4
0.21.3
0.21.2
0.21.1
0.19.4
0.19.3
0.19.2
0.17.1
0.17.0
0.15.2
0.14.8
0.14.7
0.14.5
0.14.4
0.14.3
0.14.2
0.14.0
Puppet Service for Wechaty
github.com/wechaty/wechaty-puppet-service
wechaty/wechaty-puppet-service
wechaty-puppet-service
/
dist
/
cjs
/
src
/
server
/
grpc-error.d.ts
5 lines
•
277 B
TypeScript
View Raw
1
2
3
4
5
import
type
{ grpc }
from
'wechaty-grpc'
;
declare
type
GErrorCallback
=
(
gerror
:
Partial
<grpc.
StatusObject
>,
value
:
null
) =>
void
;
export
declare
function
grpcError
(
method
:
string
,
error
:
any
,
callback
:
GErrorCallback
):
void
;
export
{};
//# sourceMappingURL=grpc-error.d.ts.map