Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
share
/
nodejs
/
@types
/
semver
/
functions
📤 Upload
📝 New File
📁 New Folder
Close
Editing: eq.d.ts
import SemVer = require('../classes/semver'); import semver = require('../index'); /** * v1 == v2 This is true if they're logically equivalent, even if they're not the exact same string. You already know how to compare strings. */ declare function eq(v1: string | SemVer, v2: string | SemVer, optionsOrLoose?: boolean | semver.Options): boolean; export = eq;
Save
Cancel