UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

4 lines 117 B
const isValid = value => { return value !== undefined && value !== null && value !== ''; }; export default isValid;