NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/es5-ext/array/#/first.js
2023-09-14 14:47:11 +08:00

10 lines
179 B
Java

"use strict";
var firstIndex = require("./first-index");
module.exports = function () {
var i;
if ((i = firstIndex.call(this)) !== null) return this[i];
return undefined;
};