UNPKG

cspell-grammar

Version:
5 lines 316 B
import type { ParsedText } from '@cspell/cspell-types'; import type { MappedText } from './types.js'; export declare function appendParsedText(a: ParsedText, b: ParsedText): ParsedText; export declare function appendMappedText(a: MappedText, b: MappedText): MappedText; //# sourceMappingURL=appendMappedText.d.ts.map