Compare commits

..

2 Commits

Author SHA1 Message Date
Quan HL
590db8aafa feat: export validate verb function 2023-02-14 09:32:59 +07:00
Dave Horton
c996a67dc2 Merge pull request #2 from jambonz/gh-actions
add github actions
2023-02-12 08:44:18 -05:00

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 };