mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-07-04 19:22:00 +00:00
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