UNPKG
@canonical/jujulib
Version:
beta (2.0.0-beta.7)
canary (3.0.2)
latest (8.1.0)
8.1.0
8.0.1
8.0.0
7.0.0
6.0.0
5.0.0
4.1.0
4.0.0
3.2.1
3.2.0
3.1.3
3.1.2
3.1.1
3.1.0
3.0.3
3.0.2
3.0.1
2.0.0
2.0.0-beta.8
2.0.0-beta.7
2.0.0-beta.6
2.0.0-beta.5
2.0.0-beta.4
2.0.0-beta.3
2.0.0-beta.2
2.0.0-beta.1
2.0.0-beta.0
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
Juju API client
juju.github.io/js-libjuju/
juju/js-libjuju
@canonical/jujulib
/
dist
/
api
/
facades
/
notify-watcher
/
index.js
8 lines
•
259 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
NotifyWatcherV1
from
"./NotifyWatcherV1.js"
;
export
*
as
NotifyWatcherV1
from
"./NotifyWatcherV1.js"
;
const
NotifyWatcher
= {
name
:
"NotifyWatcher"
,
versions
: [
NotifyWatcherV1
], };
export
default
NotifyWatcher
;
//# sourceMappingURL=index.js.map