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 $call = require('call-bind-apply-helpers/functionCall');
|
||||
var $reflectApply = require('call-bind-apply-helpers/reflectApply');
|
||||
|
||||
/** @type {import('call-bind-apply-helpers/actualApply')} */
|
||||
module.exports = $reflectApply || bind.call($call, $apply);
|
||||
Reference in New Issue
Block a user