UNPKG

@calipsa/video-utils

Version:
5 lines (4 loc) 175 B
/// <reference types="node" /> import { Readable } from 'stream'; export declare type PathOrReadable = string | Readable; export declare type Input = PathOrReadable | Buffer;