summaryrefslogtreecommitdiff
path: root/node_modules/typographic-ellipses/index.js
blob: 3ac916fc75d8cdd8cdb7b914f05e0c5bfa40192e (plain) (blame)
1
export default (input)=> input.replace(/\.{3}/gim, '…');