masnagam/njtool

View on GitHub
lib/index.js

Summary

Maintainability
A
0 mins
Test Coverage
// This file is distributed under the MIT license.
// See LICENSE file in the project root for details.

'use strict';

module.exports.Downloader = require('./downloader');
module.exports.Journal = require('./journal');
module.exports.Volume = require('./volume');