DefineMap: "*" wildcard type definitions that use constructors
This allow to define DefineMap wildcard type * with constructors like the following:
const CustomType = DefineMap.extend({});
const CustomMap = DefineMap.extend({
'*': CustomType
});