UNPKG

twdl

Version:

Downloads image and video tweets from Twitter

8 lines (7 loc) 379 B
import * as lib from '../../index.js'; import { AllOptions } from '../../options.js'; export declare const command = "info [urls..]"; export declare const aliases: string[]; export declare const desc = "Print information from tweet(s)"; export declare const builder: any; export declare function handler(argv: Partial<AllOptions>): Promise<void | lib.DownloadStatus[][]>;