UNPKG

lml-main

Version:

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

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); };