UNPKG

subtitle

Version:

Stream-based library for parsing and manipulating subtitles

5 lines (4 loc) 228 B
/// <reference types="node" /> import { Duplex, DuplexOptions } from 'stream'; export declare const padLeft: (value: number, length?: number) => string; export declare const createDuplex: (options: DuplexOptions) => Duplex;