UNPKG

ionic-insta-search

Version:

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

11 lines (10 loc) 357 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Name = void 0; exports.search = search; const search_1 = require("./lib/search"); const Name = (name) => `Hello ${name}`; exports.Name = Name; function search(searchQuery, config = { retries: 5, delay: 1000 }) { return (0, search_1.getDetails)(searchQuery, config); }