????

Your IP : 216.73.216.64


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