UNPKG

simpleitjs-ui

Version:
11 lines (10 loc) 286 B
"use strict"; (function () { var UIModule; if (typeof window === "undefined") { UIModule = require('./ui-module'); if (typeof module != "undefined" && typeof module.exports != "undefined") { module.exports = UIModule; } } })();