UNPKG

generator-abbott

Version:

Yeoman Generator for the Abbott Platform

7 lines (5 loc) 211 B
const nlp = {}; <% if (settings.answers.nlpProvider) { -%> nlp.<%= settings.answers.nlpProvider %> = <%- JSON.stringify(settings.config.nlp[settings.answers.nlpProvider]) %>; <% } -%> module.exports = nlp;