UNPKG

tailwind

Version:

tailwind is a base module for streaming and evented CQS applications.

12 lines (9 loc) 234 B
'use strict'; const getConfigurationJson = function ({ readModel, writeModel }) { return function (req, res) { (async () => { res.send({ writeModel, readModel }); })(); }; }; module.exports = getConfigurationJson;