UNPKG

@r/api-client

Version:
8 lines (5 loc) 137 B
export default function process(text) { if (!text) return text; text = text.replace(/<a/g, '<a target="_blank"'); return text; }