• Removes Ansi color escape codes from a string. Helpful when processing values from stderr/stdout. Passed value is returned as is if it's not a string.

    Type Parameters

    • T

    Parameters

    • value: T

    Returns string | T

Generated using TypeDoc