UNPKG

@subsocial/utils

Version:
8 lines (7 loc) 321 B
/** Parse plain text to markdown with resolved twitter links (hashtag and mention) */ export declare const parseTwitterTextToMarkdown: (text: string) => string; /** Create twitter url with given username and tweet id */ export declare const createTwitterURL: (tweet: { username: string; id: string; }) => string;