We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
8c7d6a3
Fixes bug #11 - Trait.create throws if prototype === null.
prototype === null
const o = Trait.create( null, Trait({ a:0, b:function(){ return this.a; } }));