blob: 38bb359b38a333a0ca260cbdd1212fbb7c3ae6b7 [file] [log] [blame]
"use strict";
var lastIndex = require("./last-index");
module.exports = function () {
var i;
if ((i = lastIndex.call(this)) !== null) return this[i];
return undefined;
};