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

    Function startsWithAny

    • Check whether string starts with any item in the array

      Parameters

      • data: string

        The string to check if it starts with

      • items: string[]

        String array of items to check agains the data string

      Returns boolean

      boolean