static-engine-pager
v3.11.2
Published
Plugin for static-engine. Add next and previous properties to each object of the collection.
Downloads
10
Readme
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
])