UNPKG

@loftysoul/soul

Version:

The professional Content Management System, based ghost

15 lines (10 loc) 278 B
const _ = require('lodash'), BaseMapGenerator = require('./base-generator'); class PostMapGenerator extends BaseMapGenerator { constructor(opts) { super(); this.name = 'posts'; _.extend(this, opts); } } module.exports = PostMapGenerator;