UNPKG
sdk-lord-of-the-rings
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
```bash npm i sdk-lord-of-the-rings ```
sdk-lord-of-the-rings
/
src
/
entity
/
quote.js
9 lines
(5 loc)
•
111 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
;
import
Endpoint
from
'../endpoint.js'
;
class
Quote
extends
Endpoint
{ }
export
default
Quote
;