UNPKG

@lonelyplanet/dotcom-core

Version:

This package is meant to house some of our more common UI and shared libs across dotcom applications.

10 lines (7 loc) 161 B
export const throttle = require("lodash/throttle"); export const flow = require("lodash/flow"); const lodash = { throttle, flow, }; export default lodash;