UNPKG

@lonelyplanet/dotcom-core

Version:

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

12 lines (11 loc) 260 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.throttle = require("lodash/throttle"); exports.flow = require("lodash/flow"); var lodash = { throttle: exports.throttle, flow: exports.flow }; exports.default = lodash;