UNPKG

abyjs.db

Version:

abyjs.db - A Database with Speed and Optimization.

13 lines 250 B
/** * 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 }