讨论打包

This commit is contained in:
A1300399510
2025-02-20 14:18:44 +08:00
parent 2c38811ed6
commit 93bd583c3e
419 changed files with 102193 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
'use strict';
var bind = require('function-bind');
var $apply = require('./functionApply');
var $call = require('./functionCall');
var $reflectApply = require('./reflectApply');
/** @type {import('./actualApply')} */
module.exports = $reflectApply || bind.call($call, $apply);