UNPKG

cspell-lib

Version:

A library of useful functions used across various cspell tools.

5 lines 298 B
import type { CSpellSettingsWithSourceTrace } from '@cspell/cspell-types'; import type { CSpellSettingsInternal } from '../../internal/index.js'; export type CSpellSettingsWST = CSpellSettingsWithSourceTrace; export type CSpellSettingsI = CSpellSettingsInternal; //# sourceMappingURL=types.d.ts.map