index.js 307 B

1234567
  1. // Copyright IBM Corp. 2014,2018. All Rights Reserved.
  2. // Node module: strong-log-transformer
  3. // This file is licensed under the Apache License 2.0.
  4. // License text available at https://opensource.org/licenses/Apache-2.0
  5. module.exports = require('./lib/logger');
  6. module.exports.cli = require('./lib/cli');