????
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/coerce.d.ts |
import semver = require("../index"); import SemVer = require("../classes/semver"); /** * Coerces a string to SemVer if possible */ declare function coerce( version: string | number | SemVer | null | undefined, options?: semver.CoerceOptions, ): SemVer | null; export = coerce;