UNPKG

cerebral-http-bugfix-1210

Version:
18 lines (14 loc) 344 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function httpAbortFactory(regexp) { function httpAbort(_ref) { var http = _ref.http, resolve = _ref.resolve; http.abort(resolve.value(regexp)); } return httpAbort; } exports.default = httpAbortFactory; //# sourceMappingURL=httpAbort.js.map