Regenerate incorrectly-updated helpers from @babel scope PR.

This commit is contained in:
Logan Smyth
2017-10-17 10:47:15 -07:00
parent c16986b0c7
commit a75e69ecec
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
var _Array$from = require("@babel/runtime/core-js/array/from");
var _Array$from = require("../core-js/array/from");
function _toArray(arr) {
return Array.isArray(arr) ? arr : _Array$from(arr);