UNPKG

node-prd

Version:

A node.js module, require JRE 1.6 or later, PRD 3.9 or later and is 100% GNU GPLv3 licensed.

6 lines (4 loc) 147 B
var PRDReport=require('./lib/PRDReport'); exports.createInstance = function(config, otherConfig) { return new PRDReport(config, otherConfig); };