UNPKG

axios

Version:

Promise based HTTP client for the browser and node.js

8 lines (6 loc) 134 B
'use strict'; export default function bind(fn, thisArg) { return function wrap() { return fn.apply(thisArg, arguments); }; }