Viewing File: /home/ubuntu/voice-assistant-frontend/node_modules/yup/es/util/toArray.js

export default function toArray(value) {
  return value == null ? [] : [].concat(value);
}
Back to Directory File Manager