0.1.0 • Published 10 years ago

transformer-type v0.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
10 years ago

transformer-type

Types in transformer.

Example

See: transformer.unix-time

var Type = require('transformer-type');

module.exports = new Type({
  // @context and type filled in automatically.
  'id': 'unix-time',
  'description': 'UNIX DateTime.',
  'schema': "integer"
});