UNPKG

decojs

Version:

Scalable frontend architecture

8 lines (7 loc) 151 B
define([], function(){ function Constraint(name, attributes){ this.name = name; this.attributes = attributes; } return Constraint; });