transformer-type

0.1.0 • Public • Published

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

/transformer-type/

    Package Sidebar

    Install

    npm i transformer-type

    Weekly Downloads

    1

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • jbenet