Type alias BabelDescriptor<T>

BabelDescriptor<T>: TypedPropertyDescriptor<T> & {
    initializer?: (() => any);
}

Type Parameters

  • T

Type declaration

  • Optional initializer?: (() => any)
      • (): any
      • Returns any

Generated using TypeDoc