UNPKG

cspell-lib

Version:

A library of useful functions used across various cspell tools.

3 lines 283 B
export type { FileTypeId, FileTypeId as LanguageId } from '@cspell/filetypes'; export { findMatchingFileTypes as getLanguagesForBasename, getFileTypesForExt as getLanguagesForExt, isFileTypeGenerated as isGenerated, } from '@cspell/filetypes'; //# sourceMappingURL=fileTypes.d.ts.map