UNPKG
mip-builder
Version:
latest (1.2.4)
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.1.0-alpha.1
1.0.1
1.0.0
1.0.0-alpha.7
1.0.0-alpha.6
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
Builder for MIP and MIP Extension
github.com/mipengine/mip-builder
mipengine/mip-builder
mip-builder
/
index.js
5 lines
(2 loc)
•
78 B
JavaScript
View Raw
1
2
3
4
5
var
Builder
=
require(
'./lib/builder'
);
module
.
exports
=
exports
= Builder;