UNPKG

@dagrejs/graphlib

Version:

A directed and undirected multi-graph library

16 lines (11 loc) 195 B
/* global window */ var lodash; if (typeof require === "function") { try { lodash = require("lodash"); } catch (e) {} } if (!lodash) { lodash = window._; } module.exports = lodash;