#!/usr/bin/env node

/**
 * Bud file for reducing.
 *
 * Generated by {{generator}} on {{today}},
 * from a template provided by {{pkg.name}}.
 * @see https://github.com/coz-repo/coz
 */

"use strict";

const apemanBudReact = require('apeman-bud-react');

module.exports = apemanBudReact.storeReduce([
    // Render reduce
{{#each params.name}}    '{{{this}}}'{{#if @last}}{{else}},{{/if}}
{{/each}}
]);

{{{read _render}}}
