UNPKG

imt-proto

Version:
14 lines (10 loc) 208 B
'use strict' /** * Base class for all Aggregators. */ global.IMTAggregator = class IMTAggregator extends IMTTransformer { constructor() { super(); this.type = IMTBase.MODULETYPE_AGGREGATOR; } };