node_test
    Preparing search index...

    Variable PutConst

    Put: (path: string, options?: { contentType: string }) => MethodDecorator = ...

    Type declaration

      • (path: string, options?: { contentType: string }): MethodDecorator
      • Parameters

        • path: string
        • Optionaloptions: { contentType: string }

        Returns MethodDecorator

    Put

    A method decorator for defining a PUT route.