Current File : /home/exataengenharia/public_html/node_modules/@splidejs/splide/src/js/utils/dom/timeOf/timeOf.ts
/**
 * Extracts the timestamp from the event object.
 *
 * @param e - An Event object.
 */
export function timeOf( e: Event ): number {
  return e.timeStamp;
}