UNPKG

@webda/core

Version:

Expose API with Lambda

6 lines (5 loc) 106 B
"use strict"; module.exports = function(ctx) { ctx.write('CodeCoverage'); return Promise.resolve(); }