mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 15:27:50 +00:00
6 lines
88 B
JavaScript
6 lines
88 B
JavaScript
define(['./number/random'], function(random) {
|
|
return {
|
|
'random': random
|
|
};
|
|
});
|