source:
node_modules/ramda-adjunct/src/internal/ponyfills/String.trimEnd.js@
d24f17c
Last change on this file since d24f17c was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 112 bytes |
Rev | Line | |
---|---|---|
[d24f17c] | 1 | import { replace } from 'ramda'; |
2 | ||
3 | const trimStart = replace(/[\s\uFEFF\xA0]+$/, ''); | |
4 | ||
5 | export default trimStart; |
Note:
See TracBrowser
for help on using the repository browser.