UNPKG

cspell-lib

Version:

A library of useful functions used across various cspell tools.

3 lines 240 B
import type { RegExpPatternDefinition } from '@cspell/cspell-types'; export declare function resolvePatterns(regExpList?: (string | RegExp)[], patternDefinitions?: RegExpPatternDefinition[]): RegExp[]; //# sourceMappingURL=patterns.d.ts.map