Function append

  • Example

    import * as S from "flurp/string";

    const appendSel = S.append("sel");
    appendSel("wea"); // "weasel"

    Parameters

    • str: string

    Returns ((s: string) => string)

      • (s: string): string
      • Parameters

        • s: string

        Returns string