Licence
MIT
Version
3.11.2
Deps
0
Vulns
0
Weekly
0
static-engine-pager
This is a plugin for static-engine. It adds next and previous properties to each object of the collection that.
var engine = require('static-engine')
var pager = require('static-engine-pager')
var pluginA = require('plugin-a')
engine([
pluginA,
pager
])