UNPKG

linktree-parser

Version:

linktree-parser is a TypeScript library for scraping and extracting account, links, banners, and metadata from Linktree profiles.

4 lines (3 loc) 190 B
declare const LINKTREE_BASE_URL = "https://linktr.ee"; declare const USER_NOT_FOUND = "Oops! We couldn't find the username you're looking for"; export { LINKTREE_BASE_URL, USER_NOT_FOUND };