UNPKG

facebook-event-scraper-fetch

Version:

A slim module for scraping Facebook event data in milliseconds.

2 lines (1 loc) 153 B
export declare const findJsonInString: (dataString: string, key: string, isDesiredValue?: ((value: Record<string, any>) => boolean) | undefined) => any;