UNPKG
reserve-odata
Version:
latest (0.8.0)
0.8.0
ODATA handler for REserve
github.com/ArnaudBuchholz/reserve-odata
ArnaudBuchholz/reserve-odata
reserve-odata
/
attributes
/
Key.js
9 lines
(5 loc)
•
113 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
const
Filterable
=
require
(
'./Filterable'
)
class
Key
extends
Filterable
{ }
module
.
exports
=
Key