UNPKG

@shaivpidadi/trends-js

Version:
3 lines (2 loc) 140 B
import { DailyTrendingTopics } from '../types'; export declare const extractJsonFromResponse: (text: string) => DailyTrendingTopics | null;