UNPKG

mithril

Version:

A framework for building brilliant applications

7 lines (4 loc) 240 B
"use strict" var PromisePolyfill = require("./promise/promise") var mountRedraw = require("./mount-redraw") module.exports = require("./request/request")(typeof window !== "undefined" ? window : null, PromisePolyfill, mountRedraw.redraw)