UNPKG
@notios/config
Version:
latest (0.2.0)
0.2.0
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
Notios configuration tools
github.com/frouriojs/ansi-context
frouriojs/ansi-context
@notios/config
/
build
/
define_notios_config.js
7 lines
(6 loc)
•
182 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
defineNotiosConfig
= (
configFn
) => {
return
configFn; };
exports
.
default
= defineNotiosConfig;