to-comparators.d.ts 271 Bytes
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;