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