UNPKG

dom-to-code

Version:
8 lines (5 loc) 230 B
import * as esbuild from 'esbuild'; import { O as Options } from './types-af828b78.js'; import '@rollup/pluginutils'; declare const domToCodePlugin: (options?: Options | undefined) => esbuild.Plugin; export { domToCodePlugin };