transformer-type
v0.1.0
Published
transformer type
Downloads
21
Readme
transformer-type
Types in transformer.
Example
var Type = require('transformer-type');
module.exports = new Type({
// @context and type filled in automatically.
'id': 'unix-time',
'description': 'UNIX DateTime.',
'schema': "integer"
});