Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
share
/
nodejs
/
@types
/
semver
/
functions
📤 Upload
📝 New File
📁 New Folder
Close
Editing: 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;
Save
Cancel