UNPKG

@calipsa/video-utils

Version:
5 lines (3 loc) 126 B
import { Readable } from 'stream' export type PathOrReadable = string | Readable export type Input = PathOrReadable | Buffer