PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/es5-ext/array/#/find

Просмотр файла: shim.js

"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];
};

Выполнить команду


Для локальной разработки. Не используйте в интернете!