????
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/satisfies.d.ts |
import Range = require("../classes/range"); import SemVer = require("../classes/semver"); import semver = require("../index"); /** * Return true if the version satisfies the range. */ declare function satisfies( version: string | SemVer, range: string | Range, optionsOrLoose?: boolean | semver.RangeOptions, ): boolean; export = satisfies;