UNPKG

@intlayer/core

Version:

Includes core Intlayer functions like translation, dictionary, and utility functions shared across multiple packages.

5 lines (4 loc) 212 B
import { VOID_HTML_ELEMENTS, validateHTML } from "./validateHTML.mjs"; import { html } from "./html.mjs"; import { HTML_TAGS } from "./htmlTags.mjs"; export { HTML_TAGS, VOID_HTML_ELEMENTS, html, validateHTML };