UNPKG
@dagrejs/graphlib
Version:
latest (4.0.1)
4.0.1
3.0.4
3.0.2
3.0.1
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.13
2.1.12
2.1.11
2.1.10
2.1.4
2.1.3
A directed and undirected multi-graph library
github.com/dagrejs/graphlib
dagrejs/graphlib
@dagrejs/graphlib
/
lib
/
lodash.js
16 lines
(11 loc)
•
195 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* global window */
var
lodash;
if
(
typeof
require
===
"function"
) {
try
{ lodash =
require
(
"lodash"
); }
catch
(e) {} }
if
(!lodash) { lodash =
window
.
_
; }
module
.
exports
= lodash;