DIR: /proc/1784574/root/usr/share/nodejs/@types/semver/functions/ |
Current File : //proc/1784574/root/usr/share/nodejs/@types/semver/functions/rcompare.d.ts |
import SemVer = require('../classes/semver'); import semver = require('../index'); /** * The reverse of compare. * * Sorts in descending order when passed to `Array.sort()`. */ declare function rcompare( v1: string | SemVer, v2: string | SemVer, optionsOrLoose?: boolean | semver.Options, ): 1 | 0 | -1; export = rcompare; |