social-link-parser
Version:
Extract usernames, IDs, and metadata from social media URLs across 100+ platforms
6 lines • 324 B
TypeScript
export * from './utils/parse';
export { parse } from './utils/parse/core/parser';
export { registry } from './utils/parse/platforms';
export { Platforms } from './utils/parse/core/types';
export type { ParsedUrl, PlatformModule, EmbedPlatform, EmbedType } from './utils/parse/core/types';
//# sourceMappingURL=index.d.ts.map