UNPKG

hermes-queue

Version:

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

5 lines 194 B
import { UntypedServiceImplementation } from './index'; export interface Ihandlers { <Type>(handlers: [Type]): UntypedServiceImplementation; } //# sourceMappingURL=handlers-protocol.d.ts.map