UNPKG

winbox-ui-next

Version:

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

9 lines (8 loc) 239 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports[Symbol.toStringTag] = "Module"; var is = require("./is.js"); function toArray(val) { return is.isArray(val) ? val : [val]; } exports.toArray = toArray;