diff options
Diffstat (limited to 'node_modules/typographic-single-spaces/index.js')
| -rw-r--r-- | node_modules/typographic-single-spaces/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node_modules/typographic-single-spaces/index.js b/node_modules/typographic-single-spaces/index.js new file mode 100644 index 0000000..159707b --- /dev/null +++ b/node_modules/typographic-single-spaces/index.js @@ -0,0 +1 @@ +export default (input)=> input.replace(/ +/gim, ' '); |