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