UNPKG

@arpinum/ddd

Version:
11 lines (8 loc) 248 B
const t = require('tcomb'); const EventStoreContract = t.interface({ add: t.Function, addAll: t.Function, eventsFromAggregate: t.Function, eventsFromTypes: t.Function }, {name: 'EventStoreContract'}); module.exports = EventStoreContract;