657b262d92
All are using now the default behaviour defined in the base class.
7 lines
159 B
JavaScript
7 lines
159 B
JavaScript
module.exports = {
|
|
Aggregation: require('./aggregation'),
|
|
Formula: require('./formula'),
|
|
Histogram: require('./histogram'),
|
|
List: require('./list')
|
|
};
|