• import { shuffleArray } from '@src/hylo-components/utils/usefull/usefull';

    Randomizes an array.

    Parameters

    • array: any[]

      the array to be shuffled

    Returns any[]

    returns the provided array

Generated using TypeDoc