UNPKG

subtitle

Version:

Stream-based library for parsing and manipulating subtitles

4 lines (3 loc) 144 B
import { Timestamp } from '.'; export declare const RE_TIMESTAMP: RegExp; export declare function parseTimestamps(value: string): Timestamp;