UNPKG

cspell-lib

Version:

A library of useful functions used across various cspell tools.

9 lines 629 B
export { createMappedTextSegmenter, mapRangeBackToOriginalPos } from './parsedText.js'; export type { SourceMapCursor } from './SourceMap.js'; export { createSourceMapCursor } from './SourceMap.js'; export type { SubstitutionInfo } from './SubstitutionTransformer.js'; export { createSubstitutionTransformer, SubstitutionTransformer } from './SubstitutionTransformer.js'; export type { MatchRange } from './TextRange.js'; export { excludeRanges, extractRangeText, findMatchingRanges, findMatchingRangesForPatterns } from './TextRange.js'; export type { Offset, SimpleRange } from './types.js'; //# sourceMappingURL=index.d.ts.map