mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-01-25 02:08:06 +00:00
Merge pull request #3 from jambonz/fix/missing_utils
feat: export validate verb function
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user