UNPKG

keep-a-changelog

Version:

Node package to parse and generate changelogs following the [keepachangelog](https://keepachangelog.com/) format.

3 lines 192 B
import type { Comparator, SemVer } from "./types.js"; export declare function testComparatorSet(version: SemVer, set: Comparator[]): boolean; //# sourceMappingURL=_test_comparator_set.d.ts.map