UNPKG

@splidejs/splide

Version:

Splide is a lightweight, flexible and accessible slider/carousel. No dependencies, no Lighthouse errors.

9 lines (8 loc) 145 B
/** * Empties the array. * * @param array - A array to empty. */ export function empty( array: any[] ): void { array.length = 0; }