UNPKG

firecomm

Version:

A complete framework for gRPC-node.js

9 lines (8 loc) 237 B
module.exports = function(customCall, originalCall) { customCall.call = originalCall; customCall.state = null; customCall.head = originalCall.metadata; customCall.getPeer = function() { return originalCall.getPeer(); }; };