UNPKG

base-config-process

Version:

Commonly used config mappings for the base-config plugin. Also pre-processes the given object with base-config-schema before calling `.process()`

15 lines (11 loc) 252 B
'use strict'; var views = require('./views'); /** * Load templates onto the given collections. Alias for [views](#views). * * @name plugins * @api public */ module.exports = function(app, base, options) { return views(app, base, options); };