UNPKG

vuelidate

Version:

Simple, lightweight model-based validation for Vue.js

3 lines (2 loc) 77 B
import { regex } from './common' export default regex('numeric', /^[0-9]*$/)