UNPKG
jsreport-express
Version:
latest (2.8.1)
next (1.0.1)
2.8.1
2.8.0
2.7.0
2.6.0
2.5.0
2.4.0
2.3.1
2.3.0
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.1
2.1.0
2.0.0
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
0.0.1
jsreport extension adding API
github.com/jsreport/jsreport-express
jsreport/jsreport-express
jsreport-express
/
index.js
10 lines
(8 loc)
•
229 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
var main =
require
(
'./lib/reporter.express.js'
) var
config
=
require
(
'./jsreport.config.js'
)
module
.exports =
function
(options)
{
config
.options = options
config
.directory = __dirname
config
.main = main
return
config
}