UNPKG

xo

Version:

JavaScript/TypeScript linter (ESLint wrapper) with great defaults

9 lines (6 loc) 290 B
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;