UNPKG
@notadd/configuration
Version:
latest (2.2.8)
2.2.8
2.2.7
2.2.3
2.2.2
2.1.14
2.1.1
Notadd Configuration Package.
github.com/notadd/next
notadd/next
@notadd/configuration
/
index.js
8 lines
(7 loc)
•
239 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
function
__export
(
m
) {
for
(
var
p
in
m)
if
(!
exports
.
hasOwnProperty
(p))
exports
[p] = m[p]; }
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
__export
(
require
(
"./modules"
));
__export
(
require
(
"./services"
));