(str: string)
| 220 | } |
| 221 | |
| 222 | function escapeRegex(str: string): string { |
| 223 | return str.replace(/[.*+?^${}()|[\]\\]/g, "\\$&"); |
| 224 | } |
| 225 | |
| 226 | /** |
| 227 | * Extract video/audio elements that already have data-duration set. |
no outgoing calls
no test coverage detected