UNPKG

nreports

Version:

Provides basic reporting framework for NodeJS.

8 lines (5 loc) 123 B
function Runtime(name){ this.name = name; } Runtime.prototype.compile = function(template){}; module.exports = Runtime;