UNPKG

@r/api-client

Version:

node and browser reddit api library

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; }