UNPKG

@asyncapi/nunjucks-filters

Version:

Library with Nunjucks filters for templates using AsyncAPI Generator

6 lines (5 loc) 163 B
const _ = require('lodash'); const filter = module.exports; Object.getOwnPropertyNames(_).forEach((key) => { if (_.isFunction(_[key])) filter[key] = _[key]; });