UNPKG

converse.js

Version:
16 lines (14 loc) 302 B
import { u } from "@converse/headless"; import * as color from "./color.js"; import * as file from "./file.js"; import * as html from "./html.js"; import * as url from "./url.js"; export default Object.assign( u, { ...color, ...file, ...html, ...url, }, );