UNPKG

api-schema-builder

Version:

build schema with validators for each endpoint

8 lines (6 loc) 149 B
module.exports = function (validate, contentTypes) { if (!validate || !contentTypes) return; return { types: contentTypes }; };