Function: batchMatch()
function batchMatch(filenames, templates): MatchResult[];
Defined in: src/matcher.ts:14
Match source filenames to templates by match_pattern.
Parameters
| Parameter | Type |
|---|---|
filenames | string[] |
templates | { id: string; meta: TemplateMeta; }[] |
Returns
Stable
Frozen at 1.0 per spec/STABILITY.md "Public API surface".