UNPKG

axios

Version:

Promise based HTTP client for the browser and node.js

8 lines (6 loc) 137 B
'use strict'; module.exports = function bind(fn, thisArg) { return function wrap() { return fn.apply(thisArg, arguments); }; };