aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es6-set/ext/get-first.js
blob: b5d89fc13fffb622b0aef44d8ad25905139a12bd (plain)
1
2
3
4
5
'use strict';

module.exports = function () {
	return this.values().next().value;
};