UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

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