mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
11 lines
316 B
JavaScript
11 lines
316 B
JavaScript
var _Array$from = require("../core-js/array/from");
|
|
|
|
var _isIterable = require("../core-js/is-iterable");
|
|
|
|
var _Symbol = require("../core-js/symbol");
|
|
|
|
function _iterableToArray(iter) {
|
|
if (typeof _Symbol !== "undefined" && _isIterable(Object(iter))) return _Array$from(iter);
|
|
}
|
|
|
|
module.exports = _iterableToArray; |