@vsokolov/utils - v0.32.0
    Preparing search index...

    Function endsWithAny

    • Check whether string ends with any item in the array

      Parameters

      • data: string

        The string to check if it ends with

      • items: string[]

        String array of items to check agains the data string

      Returns boolean

      boolean