frontend/.pnpm-store/v3/files/37/91d6cad674310b5bb588699e390f37a135b89ed745b12ff10ab1eb46ac34aa48fdacbee13e3e2d20fa87a50cd5ad0edefa10b9fc0a2189b5431f3113af0530

10 lines
263 B
Plaintext

"use strict";
var indexOf = require("./e-index-of")
, filter = Array.prototype.filter
, isFirst;
isFirst = function (value, index) { return indexOf.call(this, value) === index; };
module.exports = function () { return filter.call(this, isFirst, this); };