UNPKG

social-link-parser

Version:

Extract usernames, IDs, and metadata from social media URLs across 100+ platforms

3 lines 128 B
import { ParsedUrl } from './types'; export declare function parse(url: string): ParsedUrl; //# sourceMappingURL=parser.d.ts.map