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

META-INF.resources.bower_components.cldrjs.src.common.validate.js Maven / Gradle / Ivy

define([
    "./create_error"
], function (createError) {

    return function (code, check, attributes) {
        if (!check) {
            throw createError(code, attributes);
        }
    };

});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy