UNPKG

data-provider-temporary

Version:

Library that helps with server-to-client synchronization of data

8 lines (6 loc) 172 B
var forOf = require('./_for-of'); module.exports = function (iter, ITERATOR) { var result = []; forOf(iter, false, result.push, result, ITERATOR); return result; };