UNPKG

@lonelyplanet/dotcom-core

Version:

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

8 lines (7 loc) 173 B
export var throttle = require("lodash/throttle"); export var flow = require("lodash/flow"); var lodash = { throttle: throttle, flow: flow, }; export default lodash;