UNPKG

base-domain

Version:

simple module to help build Domain-Driven Design

14 lines (7 loc) 184 B
Entity = require('../base-domain').Entity class Hobby extends Entity @properties: name : @TYPES.STRING getName: -> return @name module.exports = Hobby