UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

12 lines (10 loc) 199 B
'use strict'; module.exports = function () { var value, iterator = this.values(), item; while (true) { item = iterator.next(); if (item.done) break; value = item.value; } return value; };