UI for Zipcoin Blue

get-first.js 85B

123456
  1. 'use strict';
  2. module.exports = function () {
  3. return this.values().next().value;
  4. };