UNPKG

twdl

Version:

Downloads image and video tweets from Twitter

7 lines (6 loc) 293 B
import { AllOptions } from '../../options.js'; export declare const command = "thread [urls]"; export declare const aliases: string[]; export declare const desc: string; export declare const builder: any; export declare function handler(argv: Partial<AllOptions>): void | Promise<void>;