node-mimic-response

Mimic a Node.js HTTP response stream
  https://github.com/sindresorhus/mimic-response
  0
  no reviews



Make a function mimic another one.

Useful when you wrap a function and like to preserve the original name and other properties.

Node.js is an event-based server-side JavaScript engine.