UNPKG

marko

Version:

UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.

14 lines (11 loc) 276 B
import * as tagsAPI from "@marko/runtime-tags/translator"; import * as classAPI from "./translator/index"; export const { preferAPI, tagDiscoveryDirs, transform, analyze, translate, taglibs, getRuntimeEntryFiles, } = tagsAPI.createInteropTranslator(classAPI);