astro-ghostcms/.pnpm-store/v3/files/4c/44dee8b2ecb3129970c15013a20...

10 lines
275 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import Range = require("../classes/range");
import semver = require("../index");
/**
* Mostly just for testing and legacy API reasons
*/
declare function toComparators(range: string | Range, optionsOrLoose?: boolean | semver.Options): string[][];
export = toComparators;