Edit File: get-first.js
'use strict'; module.exports = function () { return this.values().next().value; };
Back to File Manager