NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/es5-ext/array/#/copy-within/index.js

4 lines
112 B
Java
Raw Permalink Normal View History

2023-09-14 14:47:11 +08:00
"use strict";
module.exports = require("./is-implemented")() ? Array.prototype.copyWithin : require("./shim");