mirror of
https://github.com/jambonz/verb-specifications.git
synced 2025-12-19 04:47:47 +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