UNPKG

@nepwork/dashboards

Version:

Dashboards for emergencies and monitoring

8 lines (6 loc) 174 B
import type from "./type"; export default type("application/xml", function(xhr) { var xml = xhr.responseXML; if (!xml) throw new Error("parse error"); return xml; });