mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 15:27:50 +00:00
6 lines
78 B
JavaScript
6 lines
78 B
JavaScript
import random from './number/random';
|
|
|
|
export default {
|
|
'random': random
|
|
};
|