• Sanitizes (escapes) special characters in the input.

    Returns

    The sanitized and input or empty string if the input is undefined.

    Parameters

    • Optional input: string

      The input to be sanitized.

    Returns string

Generated using TypeDoc