loom/index.mjs

6 lines
78 B
JavaScript

import htmlToAst from './src/html-to-ast.mjs'
export default {
htmlToAst,
}