增加晶全app静态页面
This commit is contained in:
9
node_modules/es5-ext/array/#/find/shim.js
generated
vendored
Normal file
9
node_modules/es5-ext/array/#/find/shim.js
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
|
||||
var findIndex = require("../find-index/shim");
|
||||
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
module.exports = function (predicate /*, thisArg*/) {
|
||||
var index = findIndex.apply(this, arguments);
|
||||
return index === -1 ? undefined : this[index];
|
||||
};
|
Reference in New Issue
Block a user