mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 08:57:49 +00:00
Bump to v4.13.0.
This commit is contained in:
10
trimEnd.js
10
trimEnd.js
@@ -1,8 +1,8 @@
|
||||
import baseToString from './_baseToString';
|
||||
import castSlice from './_castSlice';
|
||||
import charsEndIndex from './_charsEndIndex';
|
||||
import stringToArray from './_stringToArray';
|
||||
import toString from './toString';
|
||||
import baseToString from './_baseToString.js';
|
||||
import castSlice from './_castSlice.js';
|
||||
import charsEndIndex from './_charsEndIndex.js';
|
||||
import stringToArray from './_stringToArray.js';
|
||||
import toString from './toString.js';
|
||||
|
||||
/** Used to match leading and trailing whitespace. */
|
||||
var reTrimEnd = /\s+$/;
|
||||
|
||||
Reference in New Issue
Block a user