UNPKG

@es-js/eshtml

Version:

EsHTML: HTML en Español

10 lines (8 loc) 244 B
interface CompileOptions { from?: 'eshtml' | 'html'; to?: 'eshtml' | 'html'; compileEsJS?: boolean; } declare function compile(content: string, options?: CompileOptions): string; export { compile }; export type { CompileOptions };