UNPKG
infopack
Version:
latest (2.0.0-rc.7)
2.0.0-rc.7
2.0.0-rc.6
2.0.0-rc.5
2.0.0-rc.4
2.0.0-rc.3
2.0.0-rc.2
2.0.0-rc.1
2.0.0-rc.0
1.0.0
1.0.0-rc9
1.0.0-rc8
1.0.0-rc7
1.0.0-rc6
1.0.0-rc4
1.0.0-rc3
1.0.0-rc11
1.0.0-rc10
1.0.0-rc1
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.0
0.0.3
0.0.2
0.0.1
Information package generator
gitlab.com/infopack/infopack
infopack
/
dist
/
index.js
5 lines
(4 loc)
•
160 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
pipeline_1 =
require
(
"./lib/pipeline"
);
exports
.
default
= pipeline_1.
Pipeline
;