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.d.ts
5 lines
(4 loc)
•
240 B
TypeScript
View Raw
1
2
3
4
5
import
{
NotiosConfig
}
from
'./interfaces/notios-config'
;
export
declare
type
ConfigFn
=
(
defaultConfig
:
NotiosConfig
) =>
NotiosConfig
;
declare
const
defineNotiosConfig
:
(
configFn
:
ConfigFn
) =>
ConfigFn
;
export
default
defineNotiosConfig;