UNPKG
sugo-hub
Version:
latest (8.2.10)
8.2.10
8.2.9
8.2.8
8.2.7
8.2.6
8.2.5
8.2.4
8.2.3
8.2.2
8.2.1
8.1.3
8.1.2
8.1.1
8.0.6
8.0.5
8.0.4
8.0.3
8.0.2
8.0.1
7.0.2
7.0.1
6.0.8
6.0.7
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
5.4.3
5.4.2
5.4.1
5.3.3
5.3.2
5.3.1
5.2.4
5.2.3
5.2.2
5.2.0
Hub server of SUGOS
github.com/realglobe-Inc/sugo-hub
realglobe-Inc/sugo-hub
sugo-hub
/
lib
/
mixins
/
index.js
17 lines
(12 loc)
•
267 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/** * mixins *
@module
Sugo hub mixins */
'use strict'
const
d
= (
module
) =>
module
&&
module
.
default
||
module
const
clusterMixin =
d
(
require
(
'./cluster_mixin'
))
const
localMixin =
d
(
require
(
'./local_mixin'
))
module
.
exports
= { clusterMixin, localMixin }