Type alias ComputedGetter<T>

ComputedGetter<T>: ((...args) => T)

Type Parameters

  • T

Type declaration

    • (...args): T
    • Parameters

      • Rest ...args: any[]

      Returns T