feat: export validate verb function

This commit is contained in:
Quan HL
2023-02-14 09:32:59 +07:00
parent c996a67dc2
commit 590db8aafa

View File

@@ -110,4 +110,4 @@ function validateVerb(name, data, logger) {
if (required.length > 0) throw new Error(`${name}: missing value for ${required}`);
}
module.exports = { normalizeJambones, validate };
module.exports = { normalizeJambones, validate, validateVerb };