UNPKG
wranglebot
Version:
latest (7.5.1)
7.5.1
7.5.0
7.4.2
7.4.1
7.4.0
7.3.7
7.3.6
7.3.5
7.3.4
7.3.3
7.3.2
7.2.2
7.2.1
7.2.0
7.1.0
7.0.0
6.4.2
6.4.1
6.4.0
6.3.3
6.3.2
6.3.1
6.3.0
6.2.12
6.2.11
6.2.10
6.2.9
6.2.8
6.2.6
6.2.5
6.2.4
6.2.3
6.2.2
6.2.1
6.2.0
6.1.1
6.1.0
5.20.3
5.20.2
5.20.1
5.20.0
5.19.0
5.18.2
5.18.1
5.18.0
5.17.1
5.17.0
5.16.2
5.15.4
5.15.3
5.15.2
5.15.1
5.15.0
5.14.2
5.14.1
open source media asset management
github.com/AxelRothe/wranglebot
AxelRothe/wranglebot
wranglebot
/
build
/
api
/
Betweeny.js
14 lines
•
296 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export default
class
Betweeny
{
constructor
(status,
data
) {
this
.status = status;
this
.
data
=
data
;
return
this
; } toJSON() {
return
{ status:
this
.status,
data
:
this
.
data
, }; } }
//# sourceMappingURL=Betweeny.js.map