UNPKG

yup

Version:

Dead simple Object schema validation

10 lines (8 loc) 183 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = toArray; function toArray(value) { return value == null ? [] : [].concat(value); }