Viewing File: /usr/share/nodejs/@types/semver/ranges/to-comparators.d.ts

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;
Back to Directory File Manager