diff options
Diffstat (limited to 'lib/output/writer/index.js')
-rw-r--r-- | lib/output/writer/index.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/output/writer/index.js b/lib/output/writer/index.js new file mode 100644 index 0000000..2ef3364 --- /dev/null +++ b/lib/output/writer/index.js @@ -0,0 +1,4 @@ + +module.exports = { + writePage: require('./writePage') +}; |