UNPKG

@agixbt/elizascraper

Version:

Awesome Scraper for eliza, scrape docs, tweets, and tokens

7 lines (6 loc) 217 B
export declare function formatUrl(url: string, options?: { removeSubdomains?: boolean; separator?: string; preserveTopLevel?: boolean; }): string; export declare function isValidUrl(url: string): boolean;