Function stringToTupleList

Given a tuple list (and optionally scores), return a string representation.

  • Parameters

    • value: string

    Returns null | {
        scores: number[];
        tuples: (string | number)[][];
    }