astro-ghostcms/.pnpm-store/v3/files/86/5feae4343d65b362e2607cb5abb...

4 lines
180 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type { Abbreviation } from '@emmetio/abbreviation';
import type { Config } from '../../config.js';
export default function haml(abbr: Abbreviation, config: Config): string;