UNPKG

restifizer

Version:

Restful database-agnostic service

12 lines (9 loc) 140 B
/** * Created by igor on 26.10.15. */ 'use strict'; module.exports = { defaultPerPage: 25, maxPerPage: 100, firstPageIndex: 1, };