UNPKG

wot-design

Version:

Mobile UI components built on vue.js

7 lines (6 loc) 154 B
export const isDef = function (val) { return val !== undefined && val !== null } export function isNumeric (val) { return /^\d+(\.\d+)?$/.test(val) }