UNPKG

ut1l

Version:
13 lines (10 loc) 225 B
var index; module.exports = index = { create: { object: require("./create/object"), throwable: require("./create/throwable") } }; if (typeof window !== "undefined" && window !== null) { window.ut1l = index; }