Represents a Launchable class that can be used to handle launchable items.

Type Parameters

  • Input = any

    The type of input expected by the LaunchableHandlerType.

Constructors

Methods

Constructors

Methods

  • Returns the export function based on whether the object is a container or not. If it is a container, it returns the container export function, otherwise it returns the handler function.

    Returns CallableFunction

    The export function to be used.