UNPKG

fashion-model

Version:

JavaScript library for defining types and their properties with support for wrapping/unwrapping and serialization/deserialization.

8 lines (7 loc) 133 B
module.exports = require('./Model').extend({ typeName: 'any', wrap: false, clean: function (value) { return value; } });