wpfw_ewei_wxapp/@babel/runtime/helpers/nonIterableSpread.js
2023-02-26 08:10:18 +08:00

5 lines
147 B
JavaScript

function _nonIterableSpread() {
throw new TypeError("Invalid attempt to spread non-iterable instance");
}
module.exports = _nonIterableSpread;