????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/@types/semver/functions/ |
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/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;