
Unholy Ground: The Real Darkness Behind The Mists of Zealotry
(...args) => {
if (!validateArgs(args)) {
throw new AstroError({
...InvalidComponentArgs,
message: InvalidComponentArgs.message(name)
});
}
return cb(...args);
}