????
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/parse.d.ts |
import SemVer = require("../classes/semver"); import semver = require("../index"); /** * Return the parsed version as a SemVer object, or null if it's not valid. */ declare function parse( version: string | SemVer | null | undefined, optionsOrLoose?: boolean | semver.Options, ): SemVer | null; export = parse;