UNPKG

antwar

Version:

A static site engine built with React and Webpack

9 lines (7 loc) 200 B
const _ = require("lodash"); module.exports = function getSectionPages(config, sectionName, pages) { return _.filter( pages, o => o.sectionName === sectionName && o.type === "page" ); };