UNPKG
@pipedream/raindrop
Version:
latest (0.4.2)
0.4.2
0.4.1
0.4.0
0.3.14
0.3.13
0.3.12
0.3.11
0.3.10
0.3.9
0.3.8
0.3.7
0.3.5
0.3.4
Pipedream Raindrop.io Components
pipedream.com/apps/raindrop
@pipedream/raindrop
/
common
/
constants.mjs
15 lines
(14 loc)
•
192 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export
default
{ DEFAULT_PER_PAGE:
25
, MAX_PER_PAGE:
50
, SORT: [
"-created"
,
"created"
,
"-sort"
,
"title"
,
"-title"
,
"domain"
,
"-domain"
,
"score"
, ], };