UNPKG
@andrewcturing/raindrop
Version:
latest (0.3.4)
0.3.4
Pipedream Raindrop.io Components
pipedream.com/apps/raindrop
@andrewcturing/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"
, ], };