@wp-blocks/make-pot
    Preparing search index...

    Function stringstring

    • Splits a string into an array of strings based on the presence of a comma.

      Parameters

      • string: string | string[] | undefined

        The string to be split.

      Returns string[]

      An array of strings after splitting the input string.