UNPKG

emmet

Version:

Emmet — the essential toolkit for web-developers

4 lines (3 loc) 180 B
import type { Abbreviation } from '@emmetio/abbreviation'; import type { Config } from '../../config.js'; export default function haml(abbr: Abbreviation, config: Config): string;