static-engine-first
v3.11.2
Published
Plugin for static-engine. Reduce the collection to just the first object.
Downloads
10
Readme
static-engine-first
This is a plugin for static-engine. It simply reduces the collection to just the first object.
var engine = require('static-engine')
var first = require('static-engine-first')
var pluginA = require('plugin-a')
engine([
pluginA,
first
])