UNPKG
@eventcatalog/notifier
Version:
latest (0.0.8)
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
CLI tool to detect EventCatalog changes and send notifications
@eventcatalog/notifier
/
dist
/
config.d.ts
3 lines
•
151 B
TypeScript
View Raw
1
2
3
import
{
NotifierConfig
}
from
'./types'
;
export
declare
function
loadConfig
(
configPath
?:
string
):
NotifierConfig
;
//# sourceMappingURL=config.d.ts.map