UNPKG

typeset

Version:
7 lines (5 loc) 122 B
module.exports = (text) => { text = text.replace(/fi/g, "fi"); text = text.replace(/fl/g, "fl"); return text; };