UNPKG

@qvant/qui-max

Version:

A Vue 3 Design system for Web.

11 lines (10 loc) 271 B
function copyArray(source, array) { var index = -1, length = source.length; array || (array = Array(length)); while (++index < length) { array[index] = source[index]; } return array; } export { copyArray as default }; //# sourceMappingURL=_copyArray.js.map