diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-04-26 14:12:26 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-04-26 14:12:26 +0200 |
commit | be828cf004056d143c1e46c10ab29cc147fc14f8 (patch) | |
tree | 7f7c072eb286cda222ceb5d66f78d2838b16a71f /lib/api | |
parent | 1057bb15d3b7250dc541a126754750ec6b8a79a2 (diff) | |
download | gitbook-be828cf004056d143c1e46c10ab29cc147fc14f8.zip gitbook-be828cf004056d143c1e46c10ab29cc147fc14f8.tar.gz gitbook-be828cf004056d143c1e46c10ab29cc147fc14f8.tar.bz2 |
Add duration to final log for generation
Diffstat (limited to 'lib/api')
-rw-r--r-- | lib/api/index.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/api/index.js b/lib/api/index.js new file mode 100644 index 0000000..213ef1a --- /dev/null +++ b/lib/api/index.js @@ -0,0 +1,5 @@ + +module.exports = { + encodePage: require('./encodePage'), + decodePage: require('./decodePage') +}; |