UNPKG

subtitle

Version:

Stream-based library for parsing and manipulating subtitles

5 lines (4 loc) 176 B
/// <reference types="node" /> import { Node } from '.'; import { Transform } from 'stream'; export declare const filter: (callback: (node: Node) => boolean) => Transform;