(_)
| 109034 | (0, _vegaUtil.error)("No HTTP fetch method available."); |
| 109035 | } |
| 109036 | const isValid = (_)=>_ != null && _ === _; |
| 109037 | const isBoolean = (_)=>_ === "true" || _ === "false" || _ === true || _ === false; |
| 109038 | const isDate = (_)=>!Number.isNaN(Date.parse(_)); |
| 109039 | const isNumber = (_)=>!Number.isNaN(+_) && !(_ instanceof Date); |