UNPKG

ionic-insta-search

Version:

Search posts and reels on Insta without API or Cookie key in ionic apps

6 lines (5 loc) 211 B
export declare const Name: (name: string) => string; export declare function search(searchQuery: string, config?: { retries: number; delay: number; }): Promise<import("./lib/search").InstagramResponse>;