UNPKG

@opentiny/vue-renderless

Version:

An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.

15 lines (14 loc) 369 B
import "../../../chunk-G2ADBYYC.js"; const slice = (array, startIndex, endIndex) => { let result = []; if (array) { for (startIndex = startIndex || 0, endIndex = endIndex || array.length; startIndex < endIndex; startIndex++) { result.push(array[startIndex]); } } return result; }; var slice_default = slice; export { slice_default as default };