File "timeOf.ts"

Full path: /home/fsibplc/public_html/sommilito-bank2/splide-4.1.3/src/js/utils/dom/timeOf/timeOf.ts
File size: 159 B (159 B bytes)
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

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