Interface Reducer<T>

interface Reducer<T> ((data) => T)

Type Parameters

  • T