
META-INF.resources.bower_components.globalize.src.common.validate.js Maven / Gradle / Ivy
define([
"./create-error"
], function (createError) {
return function (code, message, check, attributes) {
if (!check) {
throw createError(code, message, attributes);
}
};
});
© 2015 - 2025 Weber Informatics LLC | Privacy Policy