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