Function Debug

  • Returns ((target, prop?, desc?) => void)

      • (target, prop?, desc?): void
      • Parameters

        • target: any
        • Optional prop: string | symbol
        • Optional desc: number | TypedPropertyDescriptor<any>

        Returns void

Generated using TypeDoc