@karmaniverous/hook-form-semantic
    Preparing search index...

    Function int2csv

    • Convert a number array to a comma-separated string with spaces (e.g., [1,2] → "1, 2"). Returns undefined for empty or missing arrays.

      Parameters

      • vals: readonly number[] | null | undefined

      Returns string | undefined