UNPKG

161 BPlain TextView Raw
1export const throttle = require("lodash/throttle");
2export const flow = require("lodash/flow");
3
4const lodash = {
5 throttle,
6 flow,
7};
8
9export default lodash;