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
/
services
/
index.js
5 lines
(4 loc)
•
220 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
configuration_service_1 =
require
(
"./configuration.service"
);
exports
.
ConfigurationService
= configuration_service_1.
ConfigurationService
;