UNPKG

x-http-client

Version:

An http client to make it easier to send requests (including JSONP requests) to the server.

9 lines (7 loc) 109 B
/** * The no operation function. */ function noop() { // nothing to do here. } module.exports = noop;