UNPKG

node-atlas

Version:

Progressive realtime web framework config-driven or API-driven for building easily serverless files, websites and webapps component-based and service-oriented.

6 lines (5 loc) 170 B
/* jshint node: true */ exports.changeVariations = function (next, variations) { variations.specific.helloWorld = variations.specific.helloWorld + "!"; next(); };