first commit
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
'use strict';
|
||||
|
||||
var bind = require('function-bind');
|
||||
var $apply = require('call-bind-apply-helpers/functionApply');
|
||||
var actualApply = require('call-bind-apply-helpers/actualApply');
|
||||
|
||||
/** @type {import('call-bind-apply-helpers/applyBind')} */
|
||||
module.exports = function applyBind() {
|
||||
return actualApply(bind, $apply, arguments);
|
||||
};
|
||||
Reference in New Issue
Block a user