UNPKG

@arco-design/web-vue

Version:

Arco Design Vue 2.0: A Vue.js 3 UI Library

6 lines (5 loc) 118 B
import { isArray } from "./is.js"; function toArray(val) { return isArray(val) ? val : [val]; } export { toArray };