Function trimLeft

  • Example

    import * as S from "flurp/string";

    S.trimLeft(" weasel "); // "weasel "

    Parameters

    • s: string

    Returns string