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
/
endpoints
/
endpoint.js
18 lines
(14 loc)
•
227 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/** * Abstract endpoint *
@class
Endpoint
*/
'use strict'
/**
@lends
Endpoint */
class
Endpoint
{
constructor
(
scope
) {
const
s =
this
s.
scope
= scope } }
Object
.
assign
(
Endpoint
, {})
module
.
exports
=
Endpoint