UNPKG

babel-preset-test-bundled-dependencies

Version:

Allow custom config for create-react-app without ejecting

9 lines (6 loc) 162 B
'use strict'; var is = require('./is'); module.exports = function (x) { if (is(x)) return x; throw new TypeError(x + " is not an iterable or array-like"); };