Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
priv/bun/node_modules/cspell-lib/dist/lib/Settings/patterns.d.ts
import type { RegExpPatternDefinition } from '@cspell/cspell-types';
export declare function resolvePatterns(regExpList?: (string | RegExp)[], patternDefinitions?: RegExpPatternDefinition[]): RegExp[];
//# sourceMappingURL=patterns.d.ts.map