UNPKG

@itrigger/dagre-d3

Version:

A D3-based renderer for Dagre

29 lines (24 loc) 600 B
// eslint-disable-next-line no-redeclare /* global window */ var lodash; if (typeof require === "function") { try { lodash = { defaults: require("lodash/defaults"), each: require("lodash/each"), isFunction: require("lodash/isFunction"), isPlainObject: require("lodash/isPlainObject"), pick: require("lodash/pick"), has: require("lodash/has"), range: require("lodash/range"), uniqueId: require("lodash/uniqueId") }; } catch (e) { // continue regardless of error } } if (!lodash) { lodash = window._; } module.exports = lodash;