mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 02:17:50 +00:00
Add _.sample.
Former-commit-id: 00e27cca2a65e1310b26904173ffec18aa484e48
This commit is contained in:
5
build.js
5
build.js
@@ -201,7 +201,8 @@
|
||||
'rest': ['createCallback', 'slice'],
|
||||
'result': ['isFunction'],
|
||||
'runInContext': ['defaults', 'pick'],
|
||||
'shuffle': ['forEach'],
|
||||
'sample': ['random', 'shuffle', 'toArray'],
|
||||
'shuffle': ['forEach', 'random'],
|
||||
'size': ['keys'],
|
||||
'some': ['baseEach', 'createCallback', 'isArray'],
|
||||
'sortBy': ['compareAscending', 'createCallback', 'forEach', 'getObject', 'releaseObject'],
|
||||
@@ -380,6 +381,7 @@
|
||||
'reduce',
|
||||
'reduceRight',
|
||||
'reject',
|
||||
'sample',
|
||||
'shuffle',
|
||||
'size',
|
||||
'some',
|
||||
@@ -584,6 +586,7 @@
|
||||
'pull',
|
||||
'remove',
|
||||
'runInContext',
|
||||
'sample',
|
||||
'transform',
|
||||
'wrapperToString'
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user