Source: Logger.js

  1. /** Class representing a command. */
  2. /** @typedef {object} Logger See {@link https://github.com/Geo1088/another-logger another-logger} */
  3. /** {@link https://github.com/Geo1088/another-logger another-logger} */
  4. const Logger = require('another-logger');
  5. module.exports = Logger;