summaryrefslogtreecommitdiff
path: root/node_modules/typographic-single-spaces/index.js
blob: 159707b7ac4908db387ddae1abb8941fe6792eac (plain) (blame)
1
export default (input)=> input.replace(/ +/gim, ' ');