UNPKG
ico
Version:
latest (0.3.3)
0.3.3
A graph plotting library
alexyoung/ico
ico
/
src
/
end.js
11 lines
(8 loc)
•
204 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * Assign the Ico object as a global property. */
global
.
Ico
=
Ico
;
if
(
typeof
exports
!==
'undefined'
) {
module
.
exports
=
Ico
; } })(
typeof
window
===
'undefined'
?
this
:
window
);