UNPKG

social-link-parser

Version:

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

5 lines 245 B
export * from './utils/parse/index.js'; export { parse } from './utils/parse/core/parser.js'; export { registry } from './utils/parse/platforms/index.js'; export { Platforms } from './utils/parse/core/types.js'; //# sourceMappingURL=index.js.map