UNPKG

facebook-event-scraper-fetch

Version:

A slim module for scraping Facebook event data in milliseconds.

7 lines (6 loc) 435 B
import { EventType } from '../enums'; export declare const fbidToUrl: (fbid: string) => string; export declare const validateAndFormatUrl: (url: string) => string; export declare const validateAndFormatEventPageUrl: (url: string, type?: EventType) => string; export declare const validateAndFormatEventProfileUrl: (url: string, type?: EventType) => string; export declare const validateAndFormatEventGroupUrl: (url: string) => string;