UNPKG

x-http-client

Version:

An http client to simplify sending requests (HTTP & JSONP) in the browser.

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