function testRangeView codetestRange(version: SemVer,range: Range): booleanTest to see if the version satisfies the range. Parametersversion: SemVerView codeThe version to test range: RangeView codeThe range to check Return TypebooleanView codetrue if the version is in the range