UNPKG

nice-grpc

Version:

A Node.js gRPC library that is nice to you

5 lines (4 loc) 92 B
export type CallContextMaybeCancel = { signal: AbortSignal; cancel?: () => void; };