All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.bower_components.globalize.src.util.out-of-range.js Maven / Gradle / Ivy

define(function () {

    return function (value, low, high) {
        return value < low || value > high;
    };

});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy