mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 17:07:49 +00:00
Bump to v3.0.0.
This commit is contained in:
24
string.js
Normal file
24
string.js
Normal file
@@ -0,0 +1,24 @@
|
||||
module.exports = {
|
||||
'camelCase': require('./string/camelCase'),
|
||||
'capitalize': require('./string/capitalize'),
|
||||
'deburr': require('./string/deburr'),
|
||||
'endsWith': require('./string/endsWith'),
|
||||
'escape': require('./string/escape'),
|
||||
'escapeRegExp': require('./string/escapeRegExp'),
|
||||
'kebabCase': require('./string/kebabCase'),
|
||||
'pad': require('./string/pad'),
|
||||
'padLeft': require('./string/padLeft'),
|
||||
'padRight': require('./string/padRight'),
|
||||
'parseInt': require('./string/parseInt'),
|
||||
'repeat': require('./string/repeat'),
|
||||
'snakeCase': require('./string/snakeCase'),
|
||||
'startsWith': require('./string/startsWith'),
|
||||
'template': require('./string/template'),
|
||||
'templateSettings': require('./string/templateSettings'),
|
||||
'trim': require('./string/trim'),
|
||||
'trimLeft': require('./string/trimLeft'),
|
||||
'trimRight': require('./string/trimRight'),
|
||||
'trunc': require('./string/trunc'),
|
||||
'unescape': require('./string/unescape'),
|
||||
'words': require('./string/words')
|
||||
};
|
||||
Reference in New Issue
Block a user