Function nopeMethod

  • Decorator, used to export the Method as Service to Nope..

    Parameters

    Returns ((target, methodName, descriptor) => void)

      • (target, methodName, descriptor): void
      • Parameters

        • target: INopeModule
        • methodName: string
        • descriptor: PropertyDescriptor

        Returns void

Generated using TypeDoc