UNPKG

tailwind

Version:

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

14 lines (11 loc) 189 B
'use strict'; const getStatus = function () { return function (req, res) { (async () => { res.json({ api: 'v1' }); })(); }; }; module.exports = getStatus;