• Trim characters (whitespace by default) from both sides of the input.

    Parameters

    • target: string

      The target

    • chars: string

      The characters

    Returns Result<string | undefined>

Generated using TypeDoc