Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
share
/
nodejs
/
@types
/
semver
/
functions
📤 Upload
📝 New File
📁 New Folder
Close
Editing: clean.d.ts
import semver = require('../index'); /** * Returns cleaned (removed leading/trailing whitespace, remove '=v' prefix) and parsed version, or null if version is invalid. */ declare function clean(version: string, optionsOrLoose?: boolean | semver.Options): string | null; export = clean;
Save
Cancel