UNPKG

@qelos/assets

Version:

manage assets like images and static files on remote servers

8 lines (5 loc) 206 B
var NATIVE_BIND = require('../internals/function-bind-native'); var call = Function.prototype.call; module.exports = NATIVE_BIND ? call.bind(call) : function () { return call.apply(call, arguments); };