UNPKG

social-link-parser

Version:

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

3 lines 161 B
import { PlatformModule } from './types'; export declare function detectPlatform(url: string): PlatformModule | undefined; //# sourceMappingURL=detector.d.ts.map