astro-ghostcms/.pnpm-store/v3/files/8a/5e0b40707dacd7e979baca98da8...

4 lines
180 B
Plaintext

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