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-ellipses
/
index.js
blob: 3ac916fc75d8cdd8cdb7b914f05e0c5bfa40192e (
plain
) (
blame
)
1
export
default
(
input
)=>
input
.
replace
(
/\.{3}/gim
,
'…'
);