UNPKG
abyjs.db
Version:
latest (3.3.3)
3.3.3
2.2.2
2.1.1
2.0.1
abyjs.db - A Database with Speed and Optimization.
abyjs.db
/
src
/
utils
/
QueryOptions.js
13 lines
•
250 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** * The options you can pass for `all` data requests. *
@type
{object} *
@name
QueryOptions */
module
.
exports
= {
/** * The filter to apply to the request. *
@property
*
@type
{function} */
filter: () =>
true
}