Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function Market () { this.orders = []; this.price = 0; Entity.apply(this, arguments); }
Tiny framework for building models with the event sourcing pattern (events and snapshots). Now with Typescript and browser support.