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