UNPKG

validate-types

Version:

Validate object properties against type schema

6 lines (5 loc) 124 B
module.exports = function result(obj, params) { return typeof obj === 'function' ? obj(params) : obj; }