UNPKG

@es-js/eshtml

Version:

EsHTML: HTML en Español

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