source:
node_modules/ramda-adjunct/lib/internal/ponyfills/String.trimEnd.js
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 219 bytes |
Line | |
---|---|
1 | "use strict"; |
2 | |
3 | exports.__esModule = true; |
4 | exports["default"] = void 0; |
5 | var _ramda = require("ramda"); |
6 | var trimStart = (0, _ramda.replace)(/[\s\uFEFF\xA0]+$/, ''); |
7 | var _default = trimStart; |
8 | exports["default"] = _default; |
Note:
See TracBrowser
for help on using the repository browser.