UNPKG

data-provider-temporary

Version:

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

10 lines (6 loc) 176 B
"use strict"; var from = require("./from") , isArray = Array.isArray; module.exports = function (arrayLike) { return isArray(arrayLike) ? arrayLike : from(arrayLike); };