UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

7 lines (6 loc) 219 B
/** * 获取 rtx 拼接的提及字符串 * @param rawStr 原始字符串,比如 `foo,bar` * @returns 处理后的字符串,比如 <@foo><@bar> */ export declare function getMentionRtx(rawStr?: string): string;