UNPKG

facebook-group-posts-scraper

Version:
4 lines (3 loc) 236 B
import { FacebookConfiguration } from '../lib/struct/facebookConfiguration'; export declare function askConfigQuestions(validator: (input: string) => boolean): Promise<FacebookConfiguration>; export declare function getVersion(): void;