UNPKG

@splidejs/splide

Version:

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

8 lines 166 B
/** * Extracts the timestamp from the event object. * * @param e - An Event object. */ export function timeOf( e: Event ): number { return e.timeStamp; }