UNPKG
webmock
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.2
0.1.1
0.1.0
0.0.1
Mock AJAX/HTTP/SSR - Automatically generate documentation
github.com/onface/webmock
onface/webmock
webmock
/
lib
/
template
/
doc.js
4 lines
(2 loc)
•
119 B
JavaScript
View Raw
1
2
3
4
var
fs =
require
(
'fs'
)
module
.
exports
= fs.
readFileSync
(
require
(
'path'
).
join
(__dirname,
'./doc.ejs.html'
)).
toString
()