UNPKG
@nteract/logos
Version:
latest (1.0.0)
1.0.0
0.1.9-alpha.0
0.1.8-alpha.0
0.1.7-alpha.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
logos for nteract apps
nteract/nteract
@nteract/logos
/
lib
/
index.js
5 lines
(4 loc)
•
147 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
wide_1 =
require
(
"./wide"
);
exports
.
WideLogo
= wide_1.
WideLogo
;