summaryrefslogtreecommitdiff
path: root/node_modules/typographic-single-spaces/index.es5.js
blob: f196c7ab586ceb16305c6bef5bf82fb9ae471ab8 (plain) (blame)
1
2
3
4
5
6
"use strict";

module.exports = function (input) {
  return input.replace(/ +/gim, " ");
};