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

4 lines
180 B
Plaintext

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