Spaces:
Sleeping
Sleeping
File size: 164 Bytes
6215321 |
1 2 3 |
export function getSegmentStartAt(element: HTMLElement, defaultValue = 0): number {
return Number(element.getAttribute('data-segment-start-at') || defaultValue)
} |