UNPKG

@vue-widget/hooks

Version:

hooks from react to vue

9 lines (8 loc) 219 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getArray = getArray; function getArray(val) { return Array.isArray(val) ? val : val !== undefined && val !== null ? [val] : []; }