export default class Range extends Collector {
  constructor() {
    super('range', 0, ['min', 'max']);
  }
  handleGet(state) {