index
:
s5nical
legacy-11.6.3
legacy-pre-cmd-handler
legacy-pre-ts
master
test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
,
" "
);
};