UNPKG

@nepwork/dashboards

Version:

Dashboards for emergencies and monitoring

6 lines (4 loc) 157 B
import type from "./type"; export default type("text/html", function(xhr) { return document.createRange().createContextualFragment(xhr.responseText); });