npm.io
0.1.0 • Published 12 years ago

transformer-type

Licence
MIT
Version
0.1.0
Deps
3
Vulns
0
Weekly
0

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"
});

Keywords