* Default http request handler that simply rejects.
()
| 109031 | /** |
| 109032 | * Default http request handler that simply rejects. |
| 109033 | */ async function httpReject() { |
| 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(_)); |
nothing calls this directly
no outgoing calls
no test coverage detected