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