UNPKG

djvi

Version:
8 lines (7 loc) 186 B
module.exports = function type(schema, fn) { var type = schema.type; if(schema.type instanceof Array) { type = schema.type[0]; } fn.data = fn.fieldType(type); };