UNPKG

hermes-queue

Version:

Hermes is a modular framework for node.js to make gRPC APIs.

5 lines 202 B
import { UntypedServiceImplementation } from './index'; export interface IaddService { (proto: any, handler: UntypedServiceImplementation): void; } //# sourceMappingURL=add-service-protocol.d.ts.map