first commit

This commit is contained in:
francesco448
2026-03-14 14:59:41 +01:00
commit 0a448b1250
603 changed files with 65311 additions and 0 deletions
+10
View File
@@ -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);
};