no message

This commit is contained in:
A1300399510
2025-02-19 13:24:22 +08:00
parent e55ba47112
commit 31157ef7cc
999 changed files with 52 additions and 152901 deletions

View File

@@ -1,7 +0,0 @@
'use strict';
export default function bind(fn, thisArg) {
return function wrap() {
return fn.apply(thisArg, arguments);
};
}